This commit is contained in:
Pierre Dubouilh
2021-10-10 12:19:41 +02:00
committed by GitHub
parent 70cbeae0ed
commit 31f0bcf488
+20
View File
@@ -0,0 +1,20 @@
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@v2
- name: Run CI
run: make ci