Skip to content

Github Action for tibetiroka/debian-control-linter, a linter for various debian/control files.

Notifications You must be signed in to change notification settings

tibetiroka/debian-control-linter-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

debian-control-linter

A flexible debian control file linter supporting debian/control, DEBIAN/control, debian/copyright, .changes and .dsc files. For more details, visit tibetiroka/debian-control-linter.

GitHub Action

This GitHub action pulls in the latest version of the linter and runs it over the target file. Options work similarly to the CLI of the linter.

This action must be used in a GNU/Linux environment.

Example usage

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

None of the options are mandatory; the linter's defaults apply.

About

Github Action for tibetiroka/debian-control-linter, a linter for various debian/control files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages