Skip to content

Merge pull request #166 from jano-wol/feature/s-69-13 #79

Merge pull request #166 from jano-wol/feature/s-69-13

Merge pull request #166 from jano-wol/feature/s-69-13 #79

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint