Improve AGLint workflow (#157376)

* Improve AGLint workflow https://github.com/hufilter/hufilter-dev/pull/390

* Upd
This commit is contained in:
Alex
2023-08-14 16:32:50 +03:00
committed by GitHub
parent c9c3791f28
commit a6bb61ae17

View File

@@ -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: