|
|
|
@ -14,6 +14,7 @@ on:
@@ -14,6 +14,7 @@ on:
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
|
annotate: |
|
|
|
|
name: Annotate linting |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
@ -39,8 +40,6 @@ jobs:
@@ -39,8 +40,6 @@ jobs:
|
|
|
|
|
fs.writeFileSync('${{github.workspace}}/eslint_report.zip', Buffer.from(download.data)); |
|
|
|
|
|
|
|
|
|
- run: unzip eslint_report.zip |
|
|
|
|
|
|
|
|
|
- run: ls -la |
|
|
|
|
|
|
|
|
|
- name: Annotate linting |
|
|
|
|
uses: ataylorme/eslint-annotate-action@v2 |
|
|
|
|