mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
name annotation jobs
This commit is contained in:
parent
5327cbffaa
commit
9d7ddc03a5
1 changed files with 1 additions and 2 deletions
3
.github/workflows/linting_annotate.yml
vendored
3
.github/workflows/linting_annotate.yml
vendored
|
@ -14,6 +14,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
annotate:
|
annotate:
|
||||||
|
name: Annotate linting
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -39,8 +40,6 @@ jobs:
|
||||||
fs.writeFileSync('${{github.workspace}}/eslint_report.zip', Buffer.from(download.data));
|
fs.writeFileSync('${{github.workspace}}/eslint_report.zip', Buffer.from(download.data));
|
||||||
|
|
||||||
- run: unzip eslint_report.zip
|
- run: unzip eslint_report.zip
|
||||||
|
|
||||||
- run: ls -la
|
|
||||||
|
|
||||||
- name: Annotate linting
|
- name: Annotate linting
|
||||||
uses: ataylorme/eslint-annotate-action@v2
|
uses: ataylorme/eslint-annotate-action@v2
|
||||||
|
|
Loading…
Reference in a new issue