We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6bb5d commit 9027564Copy full SHA for 9027564
1 file changed
.github/workflows/glimmer-syntax-prettier-smoke-test.yml
@@ -1,4 +1,4 @@
1
-name: "@glimmer/syntax Prettier Smoke Test"
+name: "Prettier Smoke Test w/ @glimmer/syntax"
2
3
on:
4
push:
@@ -32,6 +32,8 @@ jobs:
32
runs-on: ubuntu-latest
33
steps:
34
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35
+ with:
36
+ persist-credentials: false
37
- uses: ./.github/actions/setup
38
- run: pnpm build
39
@@ -42,6 +44,7 @@ jobs:
42
44
- name: Checkout prettier/prettier
43
45
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46
with:
47
48
repository: prettier/prettier
49
path: prettier-repo
50
0 commit comments