Skip to content

Commit

Permalink
Create test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Feb 7, 2024
1 parent 392b872 commit d50050f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -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: "[email protected]"
# message: "update: ${{ matrix.sites.url }}"
# pull: '--rebase --autostash'

0 comments on commit d50050f

Please sign in to comment.