Skip to content

Commit

Permalink
build: add fail-fast to lint workflow; fix lint-frontend job
Browse files Browse the repository at this point in the history
  • Loading branch information
anfragment committed Feb 28, 2024
1 parent 17851bd commit d70b39d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand All @@ -39,6 +40,7 @@ jobs:
name: Lint Frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit d70b39d

Please sign in to comment.