Skip to content

Commit

Permalink
Merge pull request #632 from leoafarias/fix/added-link-checker
Browse files Browse the repository at this point in the history
Add link checker
  • Loading branch information
leoafarias committed Feb 19, 2024
2 parents 6a1197d + f806cf0 commit c2b38ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ on:

pull_request:
paths-ignore:
- "website/**"
- "docs/**"
- "README.md"
- "CHANGELOG.md"
- ".github/**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -86,4 +87,13 @@ jobs:
sdk-version: ${{ github.event.inputs.sdk-version }}

- name: Tests
uses: ./.github/actions/test
uses: ./.github/actions/test

linkinator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JustinBeckwith/linkinator-action@v1
with:
concurrency: 3
markdown: true
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
## 2.2.0 - 2021-06-17

* Resolves channel unknown when pulling release version.
* Allows for release install of different channels [Read more](https://fvm.app/docs/advanced/release_multiple_channels).
* Allows for release install of different channels [Read more](https://fvm.app/documentation).

## 2.1.1 - 2021-06-16

Expand Down

0 comments on commit c2b38ab

Please sign in to comment.