Skip to content

chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 #400

chore(deps): bump actions/checkout from 4.1.6 to 4.1.7

chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 #400

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint (node.js 20 on ubuntu-latest)
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use node.js 20
uses: actions/[email protected]
with:
node-version: 20
- name: Install npm@v10
run: npm i -g npm@v10
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build --if-present
- name: Check licenses
run: npm run jsgl
- name: Run lints
run: npm run lint