Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Jul 2, 2024
1 parent 408cb70 commit 17571fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ jobs:
with:
check-type: lint
ruff-version-file: deps/lock/x86_64-unknown-linux-gnu/requirements_dev.txt

clippy:
uses: deargen/workflows/.github/workflows/check-cargo.yml@master
with:
check-type: clippy
working-directory: rust
2 changes: 1 addition & 1 deletion .github/workflows/styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
check-type: isort
ruff-version-file: deps/lock/x86_64-unknown-linux-gnu/requirements_dev.txt

check-rustfmt:
rustfmt:
uses: deargen/workflows/.github/workflows/check-cargo.yml@master
with:
check-type: fmt
Expand Down

0 comments on commit 17571fc

Please sign in to comment.