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: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - name: Checkout code
- name: Install modules uses: actions/checkout@v3
run: yarn
- name: Run ESLint - name: Install ESLint
run: eslint run: |
npm install eslint
- name: Run ESLint
run: npx eslint .