Skip to content

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

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

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

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- gh-pages
pull_request:
branches-ignore:
- gh-pages
types:
- opened
- synchronize
- reopened
permissions:
contents: read
env:
CI: true
jobs:
lint:
name: 'Lint'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 6.20.0
- name: Setup Node.js v14.x
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'pnpm'
- name: Install
run: pnpm install
- name: Lint
run: pnpm lint