Skip to content

Merge pull request #247 from konstruktoid/actions #782

Merge pull request #247 from konstruktoid/actions

Merge pull request #247 from konstruktoid/actions #782

Workflow file for this run

on: [push, pull_request]
name: Python linting
permissions:
contents: read
jobs:
PythonLinting:
name: Python linting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Python linting
uses: konstruktoid/action-pylint@v1.0.0