Skip to content

Bump lint-staged from 15.2.10 to 15.2.11 (#1104) #3088

Bump lint-staged from 15.2.10 to 15.2.11 (#1104)

Bump lint-staged from 15.2.10 to 15.2.11 (#1104) #3088

Workflow file for this run

# GENERATED CONTENT
# remove repo from adrianjost/.github/synced/workflows/generator.js before editing
name: CI
'on': push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm ci
- name: Execute Testsuite
run: npm run test