Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetiroka committed Mar 2, 2024
1 parent 0e154f7 commit 00c64f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

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](https://github.com/tibetiroka/debian-control-linter).

# Github Action
# 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 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:
# Example usage

```yml
- name: Check copyright
Expand All @@ -20,4 +20,4 @@ Example usage:
enable: 'urlExists,urlForceHttps,trailingSpace,fieldNameCapitalization'
```
None of the options are mandatory; the linter's defaults apply.
None of the options are mandatory; the linter's defaults apply.

0 comments on commit 00c64f5

Please sign in to comment.