feat: trying to setup linter
Some checks failed
CI / build (push) Failing after 35s

This commit is contained in:
Pierre Tellier 2025-02-09 13:57:17 +01:00
parent e7ebcc0d3a
commit a4939737fe

View File

@ -0,0 +1,11 @@
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: eslint