Skip to content

fixed CI

fixed CI #4

Workflow file for this run

name: CI
on: push
jobs:
gitHubActionForPylint:
name: GitHub Action for pylint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: GitHub Action for pylint
uses: cclauss/GitHub-Action-for-pylint@master
with:
args: pip install pipenv && pipenv sync && pylint **/*.py