Skip to content

Merge pull request #121 from dxw/dependabot/npm_and_yarn/json5-1.0.2 #538

Merge pull request #121 from dxw/dependabot/npm_and_yarn/json5-1.0.2

Merge pull request #121 from dxw/dependabot/npm_and_yarn/json5-1.0.2 #538

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint
- name: Run tests
run: npm run test