Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.33 KB

action-setup-diff-pdf

A GitHub Action to install diff-pdf.

Test this action

Usage

- uses: hidakatsuya/[email protected]
  with:
    diff-pdf-version: '0.5'
  • 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