Skip to content

Commit

Permalink
Add lint to build
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Oct 28, 2022
1 parent 941cc09 commit 9c1a3f1
Show file tree
Hide file tree
Showing 3 changed files with 1,857 additions and 28 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:

jobs:
build:
name: Build Windows, Linux and Mac
name: Build amd64
runs-on: ${{ matrix.runner }}
strategy:
fail-fast: false
Expand All @@ -49,6 +49,9 @@ jobs:
npm --version
npm ci
name: Install npm dependencies
- run: npm run lint .
name: Lint
if: matrix.runner == 'ubuntu-latest'
- run: |
set -euo pipefail
sudo apt-get update
Expand Down
Loading

0 comments on commit 9c1a3f1

Please sign in to comment.