new file: .gitea/workflows/opencommit.yml
Some checks failed
OpenCommit Action / OpenCommit (push) Failing after 58s
Pylint / build (3.x) (push) Failing after 7s
ai-reviews / Review PR (pull_request) Successful in 5s
Greetings / greeting (pull_request) Successful in 4s

modified:   .gitea/workflows/pylint.yml
	modified:   LICENSE
This commit is contained in:
2025-02-03 18:51:10 +01:00
parent 395e5bf0c5
commit aca4efe1fd
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 }}