This commit is contained in:
2023-02-18 01:01:47 +01:00
parent 468bca4a69
commit 7bc67f6917
4 changed files with 322 additions and 5 deletions

13
.github/workflows/ci.yaml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: ci
on:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: rustup update stable && rustup default stable
- run: cargo run -p ci -- pr