Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO 6bb2e344f5
All checks were successful
CI / test (push) Successful in 1s
fix: CI git clone to tmp
2026-02-04 21:03:35 +00:00

10 lines
231 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git /tmp/confsync
ls /tmp/confsync