MapCompleteVScode/.github/workflows/lint.yaml
Robin van der Linde 997a387a57
🎉 Initial commit
2024-12-31 22:53:56 +01:00

11 lines
229 B
YAML

name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint