overall refactoring

This commit is contained in:
Klemek
2025-03-13 17:12:58 +01:00
parent c9ce1438c0
commit 02302bcf5d
13 changed files with 4097 additions and 30 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