8000 Bump eslint-plugin-prettier from 5.4.0 to 5.4.1 · laststance/create-react-app-vite@65a4d85 · GitHub
[go: up one dir, main page]

Skip to content

Bump eslint-plugin-prettier from 5.4.0 to 5.4.1 #2670

Bump eslint-plugin-prettier from 5.4.0 to 5.4.1

Bump eslint-plugin-prettier from 5.4.0 to 5.4.1 #2670

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- run: pnpm test
0