Test prettier action

This commit is contained in:
Lim Chee Aun 2024-09-14 10:29:23 +08:00
parent d1b2daa9ba
commit a2e9bce798

16
.github/workflows/prettier-pr.yml vendored Normal file
View file

@ -0,0 +1,16 @@
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