Skip to content

[object Object] fix (this has been an issue for ages) #129

[object Object] fix (this has been an issue for ages)

[object Object] fix (this has been an issue for ages) #129

Workflow file for this run

name: Lint code
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Build additional files
run: npm run build
- name: Run ESLint
run: npm run lint