Skip to content

Commit

Permalink
chore: gha: Add linter run to PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Dec 21, 2023
1 parent 1ec7969 commit be34319
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check formatting
name: Run linter & formatting check

on:
pull_request:
Expand All @@ -18,3 +18,6 @@ jobs:

- name: Check code formatting
run: make format-check

- name: Run linter
run: make lint

0 comments on commit be34319

Please sign in to comment.