mirror of
https://github.com/tauri-apps/awesome-tauri.git
synced 2026-01-31 00:45:23 +01:00
fix lint workflow
This commit is contained in:
committed by
GitHub
parent
584827c4c8
commit
ed06b99b92
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -2,7 +2,7 @@ name: Lint
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [dev]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
@@ -12,4 +12,4 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: npm install
|
||||
- run: npm run lint
|
||||
- run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user