Test gitea actions
This commit is contained in:
parent
f7cc4d9d4e
commit
b539eac83d
13
.gitea/workflows/flake8.yml
Normal file
13
.gitea/workflows/flake8.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Flake8
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.11"]
|
||||
steps:
|
||||
- name: Analyse code with Flake8
|
||||
run: |
|
||||
flake8 $(git ls-files '*.py')
|
Loading…
x
Reference in New Issue
Block a user