Correctly configure eslint & fix general issues
This commit is contained in:
parent
3b3f66645e
commit
ca0760ccb4
13 changed files with 167 additions and 1308 deletions
|
@ -11,6 +11,20 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 10.7.1
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20.10.0'
|
||||
|
||||
- name: Lint & Test
|
||||
run: |
|
||||
pnpm install
|
||||
pnpm run lint
|
||||
pnpm run check
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue