Skip to content

cmp case resolved #3260

cmp case resolved

cmp case resolved #3260

Workflow file for this run

env:
NODE_VERSION: '20.x' # set this to the node version to use
name: Tests and Linting
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm install
- run: npm run lint
env:
CI: true