mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
17 lines
282 B
YAML
17 lines
282 B
YAML
![]() |
---
|
||
|
name: Lint Python issues
|
||
|
|
||
|
on:
|
||
|
pull_request:
|
||
|
branches: [main]
|
||
|
|
||
|
jobs:
|
||
|
python-lint-job:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Repository checkout
|
||
|
uses: actions/checkout@v3
|
||
|
|
||
|
- name: VCS Diff Lint
|
||
|
uses: fedora-copr/vcs-diff-lint-action@v1
|