Skip to content
Permalink

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.5.4
Choose a base ref
...
head repository: lycheeverse/lychee-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 10, 2022

  1. Use random tempfile for LYCHEE_TMP (#173)

    * Use random tempfile for `LYCHEE_TMP`
    
    This prevents output overlapping when running lychee multiple times.
    
    Note that the final output file remains unchanged.
    This is on purpose because when executing lychee multiple times
    within the same workflow, the output of all runs will be concatenated.
    To prevent that you can set a different output path for both runs:
    
    ```yaml
          - uses: lycheeverse/lychee-action@master
            with:
              args: '<some args> -- <file1>'
              output: run1.md
              fail: true
              jobSummary: true
    
          - uses: lycheeverse/lychee-action@master
            with:
              args: '<some args> -- <file2>'
              output: run2.md
              fail: true
              jobSummary: true
    ```
    
    * Remove unnecessary call to create temp dir
    
    mktemp makes sure it exists
    mre authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    27f5c8f View commit details
    Browse the repository at this point in the history
  2. Fail on link errors

    mre authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    b758e2b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Bump actions/checkout from 3.1.0 to 3.2.0 (#175)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@93ea575...755da8c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    db58122 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Create auto-merge.yml

    mre authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1793b0f View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 2 to 3 (#177)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ed29d11 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    3c36afe View commit details
    Browse the repository at this point in the history
Loading