ci: allow edition of repository files for maintainers [skip ci]

This commit is contained in:
lowlighter
2022-01-20 20:32:10 -05:00
parent 2112e3a53c
commit 877a76be78
2 changed files with 22 additions and 19 deletions

View File

@@ -24,6 +24,8 @@ jobs:
run: npm ci
- name: Check contributions requirements
run: npm test -- ci.test.js --noStackTrace
env:
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
- name: Run linter
run: npm run linter