Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hidakatsuya/action-setup-diff-pdf

A GitHub Action to install diff-pdf
https://github.com/hidakatsuya/action-setup-diff-pdf

diff-pdf github-actions

Last synced: 2 months ago
JSON representation

A GitHub Action to install diff-pdf

Awesome Lists containing this project

README

        

# action-setup-diff-pdf

A GitHub Action to install [diff-pdf](https://github.com/vslavik/diff-pdf).

[![Test this action](https://github.com/hidakatsuya/setup-diff-pdf/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/hidakatsuya/setup-diff-pdf/actions/workflows/test.yml?query=branch%3Amain)

## Usage

```yaml
- 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](https://github.com/vslavik/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](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#github-hosted-runners) for more information.

## Versioning

This action follows [the recommendations of GitHub Actions Versioning](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md).

## 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](https://github.com/hidakatsuya/setup-diff-pdf/actions/workflows/release.yml) is successful