www/.forgejo/workflows/ci.yaml

11 lines
287 B
YAML
Raw Normal View History

2023-10-20 09:29:31 +02:00
on: [push]
jobs:
2023-10-20 09:36:00 +02:00
synchro:
2023-10-20 09:29:31 +02:00
runs-on: linux_amd64
steps:
2023-10-20 09:49:43 +02:00
- name: List files in the repository
run: |
echo Sync files with server
2023-10-20 09:51:08 +02:00
echo "🍏 This job's status is ${{ job.status }}."
2023-10-20 09:49:43 +02:00
- run: echo "🍏 This job's status is ${{ job.status }}."