added pep8 check pipeline workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
image: python:3.10
|
||||
|
||||
definitions:
|
||||
steps:
|
||||
- step: &step-flake8
|
||||
name: PEP8 check
|
||||
script:
|
||||
- pip install flake8
|
||||
- flake8 ./code
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step: *step-flake8
|
||||
Reference in New Issue
Block a user