Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CI

on: push
name: on push

jobs:
gitHubActionForPylint:
smokeTest:
name: Python linting
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down