Skip to content

Bump lint-staged from 13.3.0 to 15.2.2 #764

Bump lint-staged from 13.3.0 to 15.2.2

Bump lint-staged from 13.3.0 to 15.2.2 #764

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- name: Get Source Code
uses: actions/checkout@v4
- name: Restore Dependencies
run: npm ci
- name: Build
run: npm run all