action-setup-diff-pdf

A GitHub Action to install diff-pdf

MIT License

Stars
2
Committers
3

action-setup-diff-pdf

A GitHub Action to install diff-pdf.

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
Badges
Extracted from project README
Test this action
Related Projects