Skip to content

Commit

Permalink
Merge branch 'main' into jmacd/unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole authored Oct 14, 2024
2 parents 8b24afb + ba4a2ab commit abed306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
test-compatibility:
runs-on: ubuntu-latest
needs: [compatibility-test]
if: always()
steps:
- name: Test if compatibility-test passed
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links-fail-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
restore-keys: cache-lychee-

- name: Link Checker
uses: lycheeverse/[email protected].0
uses: lycheeverse/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected].0
uses: lycheeverse/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit abed306

Please sign in to comment.