phanpy/.github/workflows/prettier-pr.yml

17 lines
292 B
YAML
Raw Normal View History

2024-09-14 05:29:23 +03:00
name: Prettier on pull requests
on:
pull_request:
workflow_dispatch:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: creyD/prettier_action@v4.3
with:
dry: true