Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hidakatsuya/action-setup-diff-pdf
- Owner: hidakatsuya
- License: mit
- Created: 2021-04-11T16:50:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T12:12:33.000Z (3 months ago)
- Last Synced: 2024-10-17T08:05:40.171Z (2 months ago)
- Topics: diff-pdf, github-actions
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-latestSee [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