Skip to content

⬆️ Upgrade actions/checkout action to v4 (#302) #119

⬆️ Upgrade actions/checkout action to v4 (#302)

⬆️ Upgrade actions/checkout action to v4 (#302) #119

Workflow file for this run

name: Lint files
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use current Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: 'npm'
- run: yarn install --frozen-lockfile
- run: yarn lint