Skip to content

impl: Update actions/checkout action to v4.1.1 #1818

impl: Update actions/checkout action to v4.1.1

impl: Update actions/checkout action to v4.1.1 #1818

Workflow file for this run

name: Lint
on: [workflow_dispatch, pull_request]
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Node
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
- run: npm ci --ignore-scripts
- run: npm run lint --silent
- run: ./lint.sh