Dlint Github Action

February 20, 2020 ยท View on GitHub

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