-
-
Notifications
You must be signed in to change notification settings - Fork 52
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: lycheeverse/lychee-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lycheeverse/lychee-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 5 files changed
- 7 contributors
Commits on Apr 25, 2024
-
feat: change to use the full version tag with v-* prefix (#204)
Signed-off-by: Keming <kemingy94@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 16d24de - Browse repository at this point
Copy the full SHA 16d24deView commit details -
Add
failIfEmpty
argument (fixes #84) (#86)* Add fail if empty argument If no links were found during a run, this could indicate a configuration issue. In order to warn users, this new option allows failing the pipeline in such a scenario.
Configuration menu - View commit details
-
Copy full SHA for ad3b13a - Browse repository at this point
Copy the full SHA ad3b13aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30414e4 - Browse repository at this point
Copy the full SHA 30414e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f53060 - Browse repository at this point
Copy the full SHA 8f53060View commit details -
Exit in case output is set in args and action input (#227)
I decided to make this a hard error, because it keeps the entrypoint simple. Fixes #201
Configuration menu - View commit details
-
Copy full SHA for 82758eb - Browse repository at this point
Copy the full SHA 82758ebView commit details
Commits on Apr 28, 2024
-
v1 will automatically use latest version (#228)
* v1 will automatically use latest version * Update README.md
Jacob Lamb authoredApr 28, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for b3ac02a - Browse repository at this point
Copy the full SHA b3ac02aView commit details -
Jacob Lamb authored
Apr 28, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 054a8e8 - Browse repository at this point
Copy the full SHA 054a8e8View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25a2310 - Browse repository at this point
Copy the full SHA 25a2310View commit details
Commits on Aug 20, 2024
-
Adjust for new asset naming scheme (#234)
Work around new naming scheme Until version 0.15.1, the naming scheme of the release assets let them start with `lychee-<version>-`. This is no longer the case as of lycheeverse/lychee#1464, though, breaking the `lychee-action`. Since we need to allow using older versions, still, we are now stuck with a really ugly `case` construct, but this is still far better than having a broken GitHub Action. The name of the `.tar` file is repeated multiple times, verbatim. This not only violates the Don't Repeat Yourself (DRY) principle, it also makes it easier to miss an instance when the file name changes (as it did with lycheeverse/lychee#1464). DRY up the lengthy `.tar` file name. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Configuration menu - View commit details
-
Copy full SHA for ff9963a - Browse repository at this point
Copy the full SHA ff9963aView commit details -
Test various lychee versions (#235)
This is a consequence of #232. It adds a few additional tests for special lychee versions to avoid breaking changes in the future.
Configuration menu - View commit details
-
Copy full SHA for 2a0b365 - Browse repository at this point
Copy the full SHA 2a0b365View commit details -
Configuration menu - View commit details
-
Copy full SHA for d412870 - Browse repository at this point
Copy the full SHA d412870View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c38ba4f - Browse repository at this point
Copy the full SHA c38ba4fView commit details
Commits on Sep 16, 2024
-
To make table more beautiful and text in row a little bit more shorter
Configuration menu - View commit details
-
Copy full SHA for 64c64df - Browse repository at this point
Copy the full SHA 64c64dfView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5047c2a - Browse repository at this point
Copy the full SHA 5047c2aView commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22c8e46 - Browse repository at this point
Copy the full SHA 22c8e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 897f08a - Browse repository at this point
Copy the full SHA 897f08aView commit details
Commits on Oct 7, 2024
-
Split up steps in action (#248)
This helps with making the code more debuggable/maintainable
Configuration menu - View commit details
-
Copy full SHA for e71a9a1 - Browse repository at this point
Copy the full SHA e71a9a1View commit details -
Bump version to 0.16.x, respect new tag names (#249)
With 0.16.x, we started to release the lychee CLI binary separately from the lychee library. As a consequence, the crates get prefixed differently on GitHub releases: - CLI binary: `lychee-v0.16.0` - Library: `lychee-lib-v0.16.0` We need to account for that when downloading the binary, as shown in this commit.
Configuration menu - View commit details
-
Copy full SHA for 6cba5a9 - Browse repository at this point
Copy the full SHA 6cba5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da8ec1 - Browse repository at this point
Copy the full SHA 7da8ec1View commit details
There are no files selected for viewing