1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
ansible_linux_desktop_setup/.github/workflows/pylint.yml

17 lines
325 B
YAML
Raw Normal View History

2022-06-18 14:22:12 +02:00
---
name: 'Pylint GitHub Actions'
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
pylint:
name: 'Pylint'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4.1.2
2023-08-01 19:07:39 +02:00
2022-06-18 14:22:12 +02:00
- name: GitHub Action for pylint
uses: cclauss/GitHub-Action-for-pylint@06.0