Skip to content

Commit

Permalink
Skip ::= add CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes authored Jan 10, 2024
1 parent 8d824fa commit 72b957b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,49 @@ jobs:
with:
args: -color

aeruginous:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
persist-credentials: false

- run: |
rustup update
cargo install aeruginous
aeruginous complain src/ tests/
bors:
needs:
- actionlint
- aeruginous
- cargo
- cffconvert
- renovate-linter
runs-on: ubuntu-latest
steps:
- run: bash -c 'exit 0'

cargo:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
persist-credentials: false

- run: |
rustup update
cargo ${{ matrix.cargo }}
strategy:
matrix:
cargo:
- b
- c
- clippy
- d
- fmt --check
- t

cffconvert:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 72b957b

Please sign in to comment.