Implement Linting for Python
This commit is contained in:
18
.gitea/workflows/DRBv3_python_linting.yaml
Normal file
18
.gitea/workflows/DRBv3_python_linting.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Lint Python
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
lint-python:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Lint
|
||||
uses: chartboost/ruff-action@v1
|
||||
Reference in New Issue
Block a user