commit ba9046742ce75fe065b1bd06a44e759592e9fd36 Author: gano Date: Thu May 8 12:16:11 2025 +0000 Ajouter .forgejo/workflows/try.yaml diff --git a/.forgejo/workflows/try.yaml b/.forgejo/workflows/try.yaml new file mode 100644 index 0000000..53a986f --- /dev/null +++ b/.forgejo/workflows/try.yaml @@ -0,0 +1,8 @@ +on: [push] +jobs: + ls: + runs-on: docker + steps: + - uses: actions/checkout@v3 + - run: | + ls ${{ github.workspace }} \ No newline at end of file