Skip to content

Bump lint-staged from 14.0.1 to 15.1.0 #40

Bump lint-staged from 14.0.1 to 15.1.0

Bump lint-staged from 14.0.1 to 15.1.0 #40

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CI: true
jobs:
test:
name: "Test on Node.js ${{ matrix.node-version }}"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: yarn install
- name: Lint
run: yarn lint