Skip to content

Commit

Permalink
Fix github actions rust-cache (#64)
Browse files Browse the repository at this point in the history
* Use github-pr-check reporter

pr-review reporter can generate lots of comments.

Signed-off-by: Taiki Ono <taiki@finatext.com>

* Fix order to cache

Signed-off-by: Taiki Ono <taiki@finatext.com>

---------

Signed-off-by: Taiki Ono <taiki@finatext.com>
  • Loading branch information
taiki45 authored Apr 5, 2024
1 parent 014d95c commit 21c8517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
with:
toolchain: stable
components: rustfmt,clippy
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
# This need to be done after checkout.
- uses: ./.github/actions/setup_gitleaks
- name: Check "cargo fmt"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1.0.1
with:
reporter: 'github-pr-review'
reporter: 'github-pr-check'
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 21c8517

Please sign in to comment.