MyINPulse/.gitea/workflows/linter.yaml
Pierre Tellier a4939737fe
Some checks failed
CI / build (push) Failing after 35s
feat: trying to setup linter
2025-02-09 13:57:17 +01:00

11 lines
187 B
YAML

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