Skip to content

Commit

Permalink
Merge pull request #3548 from alephdata/feature/pr-action-run-linter
Browse files Browse the repository at this point in the history
Add linter run to PR checks
  • Loading branch information
stchris authored Dec 21, 2023
2 parents 6bb7941 + be34319 commit b81b049
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 b81b049

Please sign in to comment.