Skip to content

chore(deps): update actions/checkout action to v4 #1195

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #1195

Workflow file for this run

name: eslint
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
eslint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint