Skip to content

chore(deps-dev): bump @rushstack/eslint-patch from 1.10.4 to 1.10.5 #276

chore(deps-dev): bump @rushstack/eslint-patch from 1.10.4 to 1.10.5

chore(deps-dev): bump @rushstack/eslint-patch from 1.10.4 to 1.10.5 #276

Workflow file for this run

name: PR test
on:
pull_request:
branches:
- main
jobs:
build-lint:
runs-on: ubuntu-latest
if: github.repository == 'mdn/todo-vue'
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run build
npm run lint