This commit is contained in:
12
.gitea/workflows/sanity.yaml
Normal file
12
.gitea/workflows/sanity.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Sanity Check
|
||||
run-name: 🟢 System Health Check
|
||||
on: [push]
|
||||
jobs:
|
||||
health-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- run: python sanity_check.py
|
||||
Reference in New Issue
Block a user