Skip to content

chore(deps-dev): bump the eslint group across 1 directory with 5 updates #523

chore(deps-dev): bump the eslint group across 1 directory with 5 updates

chore(deps-dev): bump the eslint group across 1 directory with 5 updates #523

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