From 52d762ff19955ea81cbe64aab54dfca2624e6d30 Mon Sep 17 00:00:00 2001 From: "Jon (JR) Price" Date: Wed, 17 Jan 2024 20:05:22 -0800 Subject: [PATCH 1/2] Update push.yml --- .github/workflows/push.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: From 00529dabdf20f076a0b5c3d061222ae2c82260a4 Mon Sep 17 00:00:00 2001 From: "Jon (JR) Price" Date: Wed, 17 Jan 2024 20:06:23 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.