Skip to content

Commit

Permalink
Temporarily disable Clippy so I can publish a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Jun 1, 2022
1 parent 77cd84e commit 1174224
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
with:
working-directory: native

- name: Run Clippy
uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139
with:
working-directory: native
command: clippy
args: --all-targets --all-features -- -D warnings
# - name: Run Clippy
# uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139
# with:
# working-directory: native
# command: clippy
# args: --all-targets --all-features -- -D warnings

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit 1174224

Please sign in to comment.