Skip to content

Commit

Permalink
Merge remote-tracking branch 'hamirmahal/ci/update-actions-checkout'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed May 29, 2024
2 parents 75eb1fd + d2f5229 commit a3b1bf9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Build and test
on:
- push
Expand All @@ -13,7 +12,7 @@ jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -26,7 +25,7 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -41,7 +40,7 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
with:
Expand All @@ -57,7 +56,6 @@ jobs:
- name: Audit
run: cargo audit --deny warnings


build-and-test:
strategy:
matrix:
Expand All @@ -72,7 +70,7 @@ jobs:
rust: 1.77.0
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit a3b1bf9

Please sign in to comment.