Skip to content

Commit

Permalink
feat(ci): add lint step for generated project (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Brumhard <tobias.brumhard@mail.schwarz>
  • Loading branch information
brumhard authored May 25, 2022
1 parent 13bf26d commit b3cebd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ jobs:

- name: Create a test project
run: make create-test-project

- name: Lint the test project
run: cd testing-project && make ci

0 comments on commit b3cebd6

Please sign in to comment.