Skip to content

Commit

Permalink
Merge pull request eclipse-iceoryx#1782 from ApexAI/iox-1781-update-C…
Browse files Browse the repository at this point in the history
…I-actions-to-fix-warnings

iox-eclipse-iceoryx#1781 Update CI actions to fix warnings
  • Loading branch information
elBoberido authored Nov 9, 2022
2 parents 6b349c2 + cddaeba commit 368449f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
version: 8
platform: x64
- uses: jwlawson/actions-setup-cmake@v1.12
- uses: jwlawson/actions-setup-cmake@v1.13
with:
cmake-version: '3.16.3' # version used in Ubuntu 20.04 LTS
- run: ./tools/ci/build-test-ubuntu.sh
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/lint_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Restore lychee cache
uses: actions/cache@v3
with:
path: .lycheecache
key: cache-lychee-${{ github.ref_name }}

- name: Link Checker
uses: lycheeverse/[email protected].0
uses: lycheeverse/[email protected].2
with:
fail: true
args: --verbose --no-progress './**/*.md' --github-token ${{secrets.GITHUB_TOKEN}} --max-concurrency 1
args: --cache --max-cache-age 1d --verbose --no-progress './**/*.md' --github-token ${{secrets.GITHUB_TOKEN}} --max-concurrency 1
3 changes: 1 addition & 2 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
https://github.com/eclipse-iceoryx/iceoryx/compare/vx.x.x...vx.x.x
https://github.com/eclipse-iceoryx/iceoryx/tree/vx.x.x

[email protected]
[email protected]
[email protected]

0 comments on commit 368449f

Please sign in to comment.