Skip to content

dlint-py/dlint-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dlint Github Action

This action runs Dlint against your repository.

Inputs

None.

Outputs

None. The workflow will fail if any violations are found.

Example usage

name: Dlint
on: [push, pull_request]
jobs:
  dlint:
    runs-on: ubuntu-latest
    name: Dlint
    steps:
    - uses: actions/checkout@master
    - uses: dlint-py/dlint-action@master