Skip to content

Commit

Permalink
Merge pull request #29 from advancedSTORE/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions-rs/cargo-1.0.3

Bump actions-rs/cargo from 1 to 1.0.3
  • Loading branch information
friedemannsommer committed May 12, 2021
2 parents 88c7000 + 38afd05 commit 25d4c5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
toolchain: stable
override: true
- name: 'check dependencies'
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: check
args: '--all-targets'
Expand All @@ -64,12 +64,12 @@ jobs:
override: true
components: 'rustfmt, clippy'
- name: 'run rustfmt'
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: fmt
args: '--all -- --check'
- name: 'run clippy'
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: clippy
args: '--all-targets -- -D warnings'
Expand All @@ -93,7 +93,7 @@ jobs:
toolchain: stable
override: true
- name: 'run tests'
uses: actions-rs/cargo@v1
uses: actions-rs/cargo@v1.0.3
with:
command: test
args: '--all-targets'

0 comments on commit 25d4c5a

Please sign in to comment.