hidakatsuya / setup-diff-pdf

GitHub Action to install diff-pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup-diff-pdf

GitHub Action to install diff-pdf.

Test this action

Usage

- uses: hidakatsuya/setup-diff-pdf@v1
  with:
    diff-pdf-version: '0.5'

For the version of diff-pdf that can be specified, see the diff-pdf releases.

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

About

GitHub Action to install diff-pdf

License:MIT License


Languages

Language:JavaScript 100.0%