Skip to content

Try pinning versions #36

Try pinning versions

Try pinning versions #36

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
fetch-depth: 0
- uses: creyD/[email protected]
with:
prettier_version: 2.8.8
prettier_options: --write .
prettier_plugins: '@prettier/[email protected]'
commit_message: 'Run Prettier'