Skip to content

Final end to end test and fixed #634

Final end to end test and fixed

Final end to end test and fixed #634

Workflow file for this run

name: ESLint
on:
pull_request:
branches:
- main
env:
NODE_VERSION: 16
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.16.0
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint