will the linter actions work on gitea's ubuntu?
Some checks failed
execute / build (push) Failing after 1s
Pylint / build (3.12) (push) Failing after 26s

This commit is contained in:
Greg Gauthier 2024-07-22 15:59:45 +00:00
parent 39688edf14
commit 2042aea885

View File

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
build: build:
runs-on: python-latest runs-on: ubuntu-gitea
strategy: strategy:
matrix: matrix:
python-version: ["3.12"] python-version: ["3.12"]