Skip to content

Bump prettier from 3.0.0 to 3.0.1 #16

Bump prettier from 3.0.0 to 3.0.1

Bump prettier from 3.0.0 to 3.0.1 #16

Workflow file for this run

name: summary
on:
pull_request:
jobs:
enforce-all-checks:
runs-on: ubuntu-latest
permissions:
contents: read
checks: read
steps:
# Checkout only needed for developing
- name: Checkout
uses: actions/checkout@v3
- name: Watch GitHub Checks
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}