Skip to content

Commit

Permalink
fixed CI to include lint as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahd-Siddiqui committed Feb 4, 2024
1 parent 6b7236f commit d5e213b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI
on: push

jobs:
static:
name: Static Analysis
lint-and-test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -29,6 +29,9 @@ jobs:
- name: Project requirements
run: make requirements

- name: Lint
run: make lint

- name: Run unit tests
run: make test

Expand Down

0 comments on commit d5e213b

Please sign in to comment.