Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO 2e2cdfbab3
All checks were successful
CI / test (push) Successful in 1s
fix: CI with clone test
2026-02-04 20:52:09 +00:00

13 lines
285 B
YAML

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