add CI workflow
This commit is contained in:
parent
3c4a66183e
commit
c3bb4ad2f9
11
.gitea/workflows/ci.yaml
Normal file
11
.gitea/workflows/ci.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: CI
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install uv
|
||||||
|
uses: astral-sh/setup-uv@v6
|
||||||
|
- name: Lint
|
||||||
|
run: uv run python -m py_compile main.py config.py gitea.py workspace.py
|
||||||
Loading…
x
Reference in New Issue
Block a user