10 lines
181 B
YAML
10 lines
181 B
YAML
|
name: Test Python
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
|
||
|
|
||
|
jobs:
|
||
|
Test:
|
||
|
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.21
|