Skip to content

Commit

Permalink
speedup linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Apr 18, 2022
1 parent 6223ccc commit 996345e
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions .github/workflows/linit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,21 @@ name: Lint
on: push

jobs:
lint-extension:
name: Lint Extension
defaults:
run:
working-directory: ./extension
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 17
node-version: 16
- run: npm ci
working-directory: extension
- run: npm run lint
lint-webview:
name: Lint Webview
defaults:
run:
working-directory: ./webview
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 17
- run: npm ci
name: Lint Extension
working-directory: extension
- run: npm run lint
name: Lint Webview
working-directory: webview


0 comments on commit 996345e

Please sign in to comment.