Skip to content

Commit 278d3ad

Browse files
committed
fix(ci): use a separate folder for the stdlib when checking its formatting
1 parent e704414 commit 278d3ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
- run: rm -rf tests
20+
with:
21+
path: std-master
22+
23+
- run: rm -rf std-master/tests
24+
2125
- name: Format check
2226
uses: ArkScript-lang/action-format@master
2327
with:
24-
folder: .
28+
folder: std-master
2529

2630
build:
2731
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)