Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
- Use checkout@v4
- Check för SPDX tags early
  • Loading branch information
mchack-work committed Apr 12, 2024
1 parent c3612c7 commit ea8dc6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
image: ghcr.io/tillitis/tkey-builder:4
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# fetch-depth: 0
persist-credentials: false
Expand All @@ -26,11 +26,11 @@ jobs:
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: check for SPDX tags
run: ./tools/spdx-ensure

- name: make
run: make tkey-ssh-agent -j

- name: make windows
run: make windows

- name: check for SPDX tags
run: ./tools/spdx-ensure

0 comments on commit ea8dc6e

Please sign in to comment.