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 cd9e3f1 commit b752b6cCopy full SHA for b752b6c
.github/actions/main/action.yml
@@ -0,0 +1,6 @@
1
+# https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax
2
+name: "Prettier regression test"
3
+description: "Prettier regression test"
4
+runs:
5
+ using: "node24"
6
+ main: "../../../build/index.js"
.github/workflows/main.yml
@@ -22,11 +22,11 @@ jobs:
22
- run: yarn
23
- run: yarn build
24
- name: main action
25
+ uses: ./.github/actions/main
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: node build/index.js
28
- name: Upload Reports
29
uses: actions/upload-artifact@v5
30
with:
31
name: reports
32
- path: running/reports
+ path: running/reports
0 commit comments