Skip to content

Merge pull request #23 from SpareCores/SSR_bug #38

Merge pull request #23 from SpareCores/SSR_bug

Merge pull request #23 from SpareCores/SSR_bug #38

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