Test gitea actions

This commit is contained in:
Ruben van Staveren 2025-03-14 11:27:41 +01:00
parent f7cc4d9d4e
commit b539eac83d
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View 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')