Skip to content

chore(deps-dev): bump prettier from 3.3.1 to 3.3.2 #177

chore(deps-dev): bump prettier from 3.3.1 to 3.3.2

chore(deps-dev): bump prettier from 3.3.1 to 3.3.2 #177

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