Merge remote-tracking branch 'refs/remotes/gitea/main'
minor change
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Build Docker Image
|
||||
run: docker build -t crystal-os .
|
||||
|
||||
- name: Run Build in Docker Container
|
||||
run: docker run --rm crystal-os
|
||||
Reference in New Issue
Block a user