new file: .gitea/workflows/opencommit.yml

modified:   .gitea/workflows/pylint.yml
	modified:   LICENSE
This commit is contained in:
2025-02-03 18:51:10 +01:00
parent c4efe9a684
commit 026209df30
3 changed files with 46 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
# https://my-ghes-server.example.com
github-server-url: ${{ vars.GIT_SERVER_URL }}
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}