Skip to content

Bump prettier from 2.8.8 to 3.3.0 #87

Bump prettier from 2.8.8 to 3.3.0

Bump prettier from 2.8.8 to 3.3.0 #87

Workflow file for this run

name: 'Require tests if source code is changed'
on: # rebuild any PRs and main branch changes
pull_request:
types: [opened]
jobs:
check: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
fileExtensions: '.ts,.js'
testDir: '__tests__'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}