Skip to content

Commit

Permalink
ci: github to show eslint failure annotations (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha authored Aug 8, 2023
1 parent 18d9676 commit 8373010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
PR_NUMBER: ${{ github.event.number }}

steps:
- uses: actions/checkout@v3

- uses: linz/action-typescript@v2
- uses: linz/action-typescript@v3
with:
package-manager: yarn

- name: (Build) Prepare path for glyphs and sprites
run: |
Expand Down

0 comments on commit 8373010

Please sign in to comment.