mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Test prettier action
This commit is contained in:
parent
d1b2daa9ba
commit
a2e9bce798
1 changed files with 16 additions and 0 deletions
16
.github/workflows/prettier-pr.yml
vendored
Normal file
16
.github/workflows/prettier-pr.yml
vendored
Normal 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
|
Loading…
Reference in a new issue