Skip to content

Commit

Permalink
Add Dlint Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Nov 22, 2019
1 parent 60927d3 commit b910aa7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,9 @@
name: Dlint
on: [push, pull_request]
jobs:
dlint:
runs-on: ubuntu-latest
name: Dlint
steps:
- uses: actions/checkout@master
- uses: mschwager/dlint-action@master
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/mschwager/fierce.svg?branch=master)](https://travis-ci.org/mschwager/fierce)
[![Coverage Status](https://coveralls.io/repos/github/mschwager/fierce/badge.svg?branch=master)](https://coveralls.io/github/mschwager/fierce?branch=master)
[![Dlint Status](https://github.com/mschwager/fierce/workflows/Dlint/badge.svg)](https://github.com/mschwager/dlint-action)
[![Python Versions](https://img.shields.io/pypi/pyversions/fierce.svg)](https://img.shields.io/pypi/pyversions/fierce.svg)
[![PyPI Version](https://img.shields.io/pypi/v/fierce.svg)](https://img.shields.io/pypi/v/fierce.svg)

Expand Down

0 comments on commit b910aa7

Please sign in to comment.