Initial commit

This commit is contained in:
2025-11-04 11:24:35 +01:00
committed by GitHub
commit 88ff356351
13 changed files with 4304 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint