Skip to content

Adding shell type to composite action #5

Adding shell type to composite action

Adding shell type to composite action #5

Workflow file for this run

name: Pylint
on:
push: {}
pull_request: {}
jobs:
python-lint:
runs-on: ubuntu-latest
env:
PYTHON_VERSION: 3.12
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: ./.github/workflows/composite-setup-python
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')