Browse Source

name annotation jobs

pull/194/head
mrjvs 2 years ago
parent
commit
9d7ddc03a5
  1. 3
      .github/workflows/linting_annotate.yml

3
.github/workflows/linting_annotate.yml

@ -14,6 +14,7 @@ on: @@ -14,6 +14,7 @@ on:
jobs:
annotate:
name: Annotate linting
runs-on: ubuntu-latest
steps:
@ -40,8 +41,6 @@ jobs: @@ -40,8 +41,6 @@ jobs:
- run: unzip eslint_report.zip
- run: ls -la
- name: Annotate linting
uses: ataylorme/eslint-annotate-action@v2
with:

Loading…
Cancel
Save