Skip to content

Adds 'lint:eslint:check' + 'eslint' job in 'Linting' Github Action #6

Adds 'lint:eslint:check' + 'eslint' job in 'Linting' Github Action

Adds 'lint:eslint:check' + 'eslint' job in 'Linting' Github Action #6

Workflow file for this run

name: Automated Tests
on: pull_request
jobs:
jest:
name: Jest Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.20"
- run: npm ci
- run: npm test