Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#122) #62

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#122)

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#122) #62

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag: v4.2.0
- name: Setup Node.js
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # tag: v4.0.4
with:
node-version: lts/*
- name: Lint
run: |
npm install
npm run lint