Feat: Add command to install setuptools #18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: push | |
| name: on push | |
| jobs: | |
| pythonPylintGithubAction: | |
| name: Python Pylint Github Action | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: Python Pylint Github Action | |
| uses: fylein/python-pylint-github-action@master | |
| with: | |
| args: pylint --help |