Skip to content

Commit

Permalink
Surface clippy/cargo errors inline in PR using Problem Matchers. (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Mar 1, 2023
1 parent 7298a33 commit 1a75f65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
with:
workspaces: 'semver'

- uses: r7kamura/rust-problem-matchers@v1

- name: cargo clippy
uses: actions-rs/clippy-check@v1
with:
Expand Down Expand Up @@ -178,6 +180,8 @@ jobs:
with:
workspaces: 'semver'

- uses: r7kamura/rust-problem-matchers@v1

- name: compile
run: |
cd semver
Expand Down Expand Up @@ -209,6 +213,8 @@ jobs:
with:
workspaces: 'semver'

- uses: r7kamura/rust-problem-matchers@v1

- name: build and cache
run: |
cd semver
Expand Down Expand Up @@ -249,6 +255,8 @@ jobs:
with:
workspaces: 'semver'

- uses: r7kamura/rust-problem-matchers@v1

- name: build and cache
run: |
cd semver
Expand Down

0 comments on commit 1a75f65

Please sign in to comment.