Skip to content

Bump actions/checkout from 5.0.0 to 6.0.0 in /.github/workflows in the actions group #262

Bump actions/checkout from 5.0.0 to 6.0.0 in /.github/workflows in the actions group

Bump actions/checkout from 5.0.0 to 6.0.0 in /.github/workflows in the actions group #262

Workflow file for this run

name: 'Run prettify'
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
name: Prettier Check
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Enforce Prettier
run: npx prettier --check .