Skip to content
download

GitHub Action

Setup diff-pdf

v1.4.0 Latest version

Setup diff-pdf

download

Setup diff-pdf

GitHub Action to install diff-pdf

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup diff-pdf

uses: hidakatsuya/[email protected]

Learn more about this action in hidakatsuya/action-setup-diff-pdf

Choose a version

action-setup-diff-pdf

A GitHub Action to install diff-pdf.

Test this action

Usage

- uses: hidakatsuya/action-setup-diff-pdf@v1
  with:
    diff-pdf-version: '0.5.2'
  • For the version of diff-pdf that can be specified, see the diff-pdf releases
  • You can also specify a major version, such as action-setup-diff-pdf@v1

Supported Platforms

  • ubuntu-latest
  • windows-latest

See GitHub Docs for more information.

Versioning

This action follows the recommendations of GitHub Actions Versioning.

Building this action

$ yarn
$ yarn run package

Releasing

  1. Check the package contents are up-to-date
    $ yarn run package
    $ git diff
    
  2. Create a new release to publish to the GitHub Marketplace
  3. Make sure that the release workflow is successful