Skip to content

Commit

Permalink
ci: run lint on qa
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Nov 24, 2023
1 parent c165ccf commit 79c2cba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
- name: Check
if: inputs.check
run: make check

- name: Lint
if: inputs.preview && inputs.check
run: make lint

- name: Build preview
if: inputs.preview
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
uses: ./.github/workflows/build.yaml
with:
check: true
preview: true

0 comments on commit 79c2cba

Please sign in to comment.