https://github.com/evgeni/action-lintian
Run lintian on a Debian package
https://github.com/evgeni/action-lintian
debian github-actions lintian
Last synced: 10 months ago
JSON representation
Run lintian on a Debian package
- Host: GitHub
- URL: https://github.com/evgeni/action-lintian
- Owner: evgeni
- License: mit
- Created: 2023-04-09T08:00:14.000Z (about 3 years ago)
- Default Branch: devel
- Last Pushed: 2025-08-12T18:56:56.000Z (10 months ago)
- Last Synced: 2025-08-13T10:42:03.889Z (10 months ago)
- Topics: debian, github-actions, lintian
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lintian docker action
This action runs [`lintian`](https://salsa.debian.org/lintian/lintian) on a Debian package.
## Inputs
### `package`
The package to run `lintian` on. Default `"*.changes"`.
### `options`
The options to pass to `lintian`. Default `"--info --display-info"`.
## Example usage
```yaml
uses: evgeni/action-lintian@devel
with:
package: path/to/the/package_1.0.0-1_all.changes
```