Skip to content

Commit

Permalink
Use another GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolapps committed Oct 1, 2023
1 parent 88241ec commit b0aa285
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- uses: editorconfig-checker/action-editorconfig-checker@main
- name: Check TypeScript
run: npx tsc
shell: bash
- name: Run EditorConfig
uses: zbeekman/[email protected]
- name: Run ESLint
run: npm run lint
shell: bash

0 comments on commit b0aa285

Please sign in to comment.