Skip to content

Bump lint-staged from 14.0.0 to 14.0.1 #1526

Bump lint-staged from 14.0.0 to 14.0.1

Bump lint-staged from 14.0.0 to 14.0.1 #1526

Workflow file for this run

on:
push:
pull_request:
name: Test and Lint
jobs:
test:
name: Test and Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: ['18', '20']
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Run tests and lint
id: test-and-lint
run: |
npm install
npm test
npm run tslint