Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo committed Aug 30, 2023
1 parent 9bcddb7 commit 1696cf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
python -m pip install pre-commit
pre-commit install
- name: Linting
run: pre-commit run --all-files
run: |
pre-commit run --all-files
git diff
- name: Format c/cuda codes with clang-format
uses: DoozyX/[email protected]
with:
Expand Down

0 comments on commit 1696cf1

Please sign in to comment.