Skip to content

Merge branch 'main' into DEV-165 #42

Merge branch 'main' into DEV-165

Merge branch 'main' into DEV-165 #42

Workflow file for this run

name: Tests
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install --include=dev
- name: Run ESLint
run: npm run lint