Skip to content

Commit bc39c97

Browse files
Ibot02Henny022
andcommitted
Fix? ci pipeline
Co-authored-By: Henny022 <[email protected]>
1 parent 33b60c3 commit bc39c97

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ jobs:
1717
syntax-check:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
21+
with:
22+
sparse-checkout: |
23+
basicDefinitions
24+
tmc
25+
tmcr
2126
- name: log in to ghcr
2227
uses: docker/login-action@v3
2328
with:
2429
registry: ghcr.io
2530
username: ${{ github.actor }}
2631
password: ${{ secrets.GITHUB_TOKEN }}
27-
sparse-checkout: |
28-
basicDefinitions
29-
tmc
30-
tmcr
3132
- name: Run the CI tool
3233
run: docker run -v ${{ github.workspace }}:/var/modules ghcr.io/ibot02/tmcr-newlogic-cli /var/modules

0 commit comments

Comments
 (0)