fix: linter action
Some checks failed
CI / build (push) Failing after 12s

This commit is contained in:
Pierre Tellier 2025-02-09 14:00:49 +01:00
parent a4939737fe
commit c5fc5b600e

View File

@ -4,8 +4,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: eslint
- name: Checkout code
uses: actions/checkout@v3
- name: Install ESLint
run: |
npm install eslint
- name: Run ESLint
run: npx eslint .