Skip to content

Merge branch 'main' into DEV-299 #514

Merge branch 'main' into DEV-299

Merge branch 'main' into DEV-299 #514

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