Skip to content

Commit 4724ae6

Browse files
committed
ci: use make lint in the PR workflow
1 parent 4c2bac3 commit 4724ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Run linters
3636
run: |
37-
make check-linting
37+
make lint
3838
3939
test:
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)