- Create first draft of key blocking code at the broker. #716
This file contains 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, pull_request] | |
name: pylint | |
jobs: | |
gitHubActionForPylint: | |
name: GitHub Action for pylint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: GitHub Action for pylint | |
uses: cclauss/GitHub-Action-for-pylint@master | |
with: | |
args: pylint **/*.py |