MyINPulse/.gitea/workflows/linter.yaml
Pierre Tellier c5fc5b600e
Some checks failed
CI / build (push) Failing after 12s
fix: linter action
2025-02-09 14:00:49 +01:00

16 lines
259 B
YAML

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install ESLint
run: |
npm install eslint
- name: Run ESLint
run: npx eslint .