www/.forgejo/workflows/ci.yaml

12 lines
335 B
YAML

on: [push]
jobs:
synchro:
runs-on: linux_amd64
steps:
- name: List files in the repository
run: |
echo Sync files with server
echo "We are in ${{ github.action_path }}"
echo "We have : $(ls ${{ github.action_path }})"
- run: echo "Job ended with status '${{ job.status }}'."