Skip to content

Commit b752b6c

Browse files
committed
Revert "Remove actions"
This reverts commit a613505. # Conflicts: # .github/workflows/main.yml
1 parent cd9e3f1 commit b752b6c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/actions/main/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- run: yarn
2323
- run: yarn build
2424
- name: main action
25+
uses: ./.github/actions/main
2526
env:
2627
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
run: node build/index.js
2828
- name: Upload Reports
2929
uses: actions/upload-artifact@v5
3030
with:
3131
name: reports
32-
path: running/reports
32+
path: running/reports

0 commit comments

Comments
 (0)