Skip to content

added automerge

added automerge #96

Workflow file for this run

name: Linting
on:
push:
pull_request:
# branches:
# - main
# - prod
# - ENV-prod
# - "*"
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: GitHub Action for pylint
uses: cclauss/GitHub-Action-for-pylint@master
with:
args: pylint .