We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d71018 commit 499db5bCopy full SHA for 499db5b
1 file changed
.github/workflows/pr.yml
@@ -0,0 +1,19 @@
1
+name: Check PR
2
+
3
+on:
4
+ pull_request:
5
+ branches: ["master"]
6
7
+permissions:
8
+ contents: read
9
10
+jobs:
11
+ check:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Checkout your repository using git
15
+ uses: actions/checkout@v4
16
+ - name: Install, build, and upload your site
17
+ uses: withastro/action@v2
18
+ - name: Check code format
19
+ run: npx prettier . --check
0 commit comments