Skip to content

add lint:eslint:check + aslant job in Linting GitHub Actions #7

add lint:eslint:check + aslant job in Linting GitHub Actions

add lint:eslint:check + aslant job in Linting GitHub Actions #7

Workflow file for this run

name: Automated tests
on: pull_request
jobs:
jtest:
name: Jtest Ubutun
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/hydrogen"
- run: npm ci
- run: npm test