Skip to content

fix(deps): bump the vue group across 3 directories with 3 updates #226

fix(deps): bump the vue group across 3 directories with 3 updates

fix(deps): bump the vue group across 3 directories with 3 updates #226

Workflow file for this run

# This workflow will run linter on push
name: Linter
on:
push:
branches-ignore:
- main
workflow_call:
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint