Skip to content

added auto merge

added auto merge #14

Workflow file for this run

on: push
name: on push
jobs:
gitHubActionForPylint:
name: GitHub Action for pylint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: GitHub Action for pylint
uses: zerodaysec/github-action-for-python@main
with:
args: pylint **/*.py