diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 00000000000..66817697b7d --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,23 @@ +name: test + +on: + push: + branches: "*" +jobs: + init: + runs-on: ubuntu-latest + name: Prepare + + steps: + - uses: actions/checkout@v4 + - run: | + echo "io" + touch results/xxx + + - uses: EndBug/add-and-commit@v9 + with: + add: "results" + author_name: "DashlordBetaGouvBot" + author_email: "DashlordBetaGouvBot@incubateur.net" + # message: "update: ${{ matrix.sites.url }}" + # pull: '--rebase --autostash'