Skip to content

Bump eslint-plugin-jest from 28.8.2 to 28.8.3 #834

Bump eslint-plugin-jest from 28.8.2 to 28.8.3

Bump eslint-plugin-jest from 28.8.2 to 28.8.3 #834

Workflow file for this run

name: Prettier
on:
pull_request_target:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v4.0.3
with:
node-version: "20"
- run: npm ci
- run: npm run prettier:check