Skip to content
Snippets Groups Projects
  • Rafael Guterres Jeffman's avatar
    bbf6d51f
    Enable Python linters as Github Actions · bbf6d51f
    Rafael Guterres Jeffman authored
    Flake8 and Pydocstyle were already being used as checks on Azure
    pipelines, and this change enable the use of both as Github actions
    run on every push (on any fork) end every pull-request.
    
    I uses `rjeffman/python-lint-action` to run both linters using the
    project's configuration.
    bbf6d51f
    History
    Enable Python linters as Github Actions
    Rafael Guterres Jeffman authored
    Flake8 and Pydocstyle were already being used as checks on Azure
    pipelines, and this change enable the use of both as Github actions
    run on every push (on any fork) end every pull-request.
    
    I uses `rjeffman/python-lint-action` to run both linters using the
    project's configuration.