Fix github actions

This commit is contained in:
RubenPX 2022-04-25 11:15:33 +02:00
parent d1d693542f
commit f8b852708d
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ name: ESLint
on: on:
push: push:
branches: [master, testing] branches: [master, testing]
pull_request: pull_request_target:
branches: [master, testing] branches: [master, testing]
jobs: jobs:
@ -45,8 +45,9 @@ jobs:
- name: Annotate Code Linting Results - name: Annotate Code Linting Results
uses: ataylorme/eslint-annotate-action@1.2.0 uses: ataylorme/eslint-annotate-action@1.2.0
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: ${{ secrets.GITHUB_TOKEN }}
report-json: "eslint_report.json" report-json: "eslint_report.json"
only-pr-files: true
- name: Upload ESLint report - name: Upload ESLint report
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: