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

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

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
```