t2sTelegramBot/.forgejo/workflows/test.yml
vrubel 161e917e81
Some checks failed
Test pipeline / test (push) Failing after 25s
Add test CI workflow
2026-06-06 13:10:34 +00:00

23 lines
389 B
YAML

name: Test pipeline
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Show files
run: |
pwd
ls -la
find . -maxdepth 2 -type f | sort
- name: Check Docker Compose config
run: |
docker compose config