Skip to content

Releases: tibetiroka/debian-control-linter-action

v1.0.0 Major release

02 Mar 11:00
2187ee4
Compare
Choose a tag to compare

Github action for tibetiroka/debian-control-linter.

Usage

- name: Check copyright
  uses: tibetiroka/debian-control-linter-action@v1
  with:
    type: 'debian/copyright'
    file: 'copyright'
    preset: 'strict'
    enable: 'urlExists,urlForceHttps,trailingSpace,fieldNameCapitalization'

For more information about configuring the linter, visit the upstream project.