mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Improve AGLint workflow (#157376)
* Improve AGLint workflow https://github.com/hufilter/hufilter-dev/pull/390 * Upd
This commit is contained in:
8
.github/workflows/aglint.yml
vendored
8
.github/workflows/aglint.yml
vendored
@@ -9,13 +9,17 @@ on:
|
||||
- master
|
||||
paths:
|
||||
- "**/*.txt"
|
||||
- ".aglintrc.*"
|
||||
- "package.json"
|
||||
- "yarn.lock"
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
types:
|
||||
- opened
|
||||
paths:
|
||||
- "**/*.txt"
|
||||
- ".aglintrc.*"
|
||||
- "package.json"
|
||||
- "yarn.lock"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user