Skip to content

Commit

Permalink
Add linter to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Sep 8, 2023
1 parent 28b6c3d commit 0183f8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: linters

on:
workflow_call:
push:
branches: [main]
pull_request:

jobs:
check:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test

on: [pull_request]
on:
push:
branches: [main]
pull_request:

jobs:
test:
Expand All @@ -26,4 +29,3 @@ jobs:
# run tests
- name: run tests
run: make ef-tests

0 comments on commit 0183f8e

Please sign in to comment.