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 33b60c3 commit bc39c97Copy full SHA for bc39c97
.github/workflows/main.yml
@@ -17,16 +17,17 @@ jobs:
17
syntax-check:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
+ with:
22
+ sparse-checkout: |
23
+ basicDefinitions
24
+ tmc
25
+ tmcr
26
- name: log in to ghcr
27
uses: docker/login-action@v3
28
with:
29
registry: ghcr.io
30
username: ${{ github.actor }}
31
password: ${{ secrets.GITHUB_TOKEN }}
- sparse-checkout: |
- basicDefinitions
- tmc
- tmcr
32
- name: Run the CI tool
33
run: docker run -v ${{ github.workspace }}:/var/modules ghcr.io/ibot02/tmcr-newlogic-cli /var/modules
0 commit comments