Skip to content

Commit

Permalink
Update Dlint Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Nov 22, 2019
1 parent 2800222 commit a288e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
@@ -1,7 +1,7 @@
name: Dlint
on: [push]
on: [push, pull_request]
jobs:
dlint_job:
dlint:
runs-on: ubuntu-latest
name: Dlint
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

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

Expand Down

0 comments on commit a288e93

Please sign in to comment.