Skip to content

chore(deps-dev): bump lint-staged from 15.2.7 to 15.2.10 #516

chore(deps-dev): bump lint-staged from 15.2.7 to 15.2.10

chore(deps-dev): bump lint-staged from 15.2.7 to 15.2.10 #516

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: marcobiedermann/actions/.github/actions/checkout@main
- uses: marcobiedermann/actions/.github/actions/setup-node@main
- name: 🔋 Install
run: npm ci
- name: 🤖 Linting
run: npm run lint
- name: 🛠️ Building
run: npm run build