diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 08f050e..35fbff0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -1,7 +1,9 @@ +name: CI + on: push -name: on push + jobs: - gitHubActionForPylint: + smokeTest: name: Python linting runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 74a5599..0f90a38 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # GitHub Action for running pylint commands +[![CI](https://github.com/zerodaysec/github-action-for-python/actions/workflows/push.yml/badge.svg)](https://github.com/zerodaysec/github-action-for-python/actions/workflows/push.yml) + Also see: https://github.com/PyCQA/pylint/pull/2758 Each time that new code is pushed into your repo, you can have a [pylint](https://docs.pylint.org) command automatically run.