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
dependabot[bot] 031291eabc
Bump cclauss/GitHub-Action-for-pylint from 0.7.0 to 06.0
Bumps [cclauss/GitHub-Action-for-pylint](https://github.com/cclauss/github-action-for-pylint) from 0.7.0 to 06.0.
- [Release notes](https://github.com/cclauss/github-action-for-pylint/releases)
- [Commits](https://github.com/cclauss/github-action-for-pylint/compare/0.7.0...06.0)

---
updated-dependencies:
- dependency-name: cclauss/GitHub-Action-for-pylint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 05:38:31 +00:00

16 lines
325 B
YAML

---
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
- name: GitHub Action for pylint
uses: cclauss/GitHub-Action-for-pylint@06.0