Improvements
All checks were successful
/ better_name (1) (push) Successful in 3s
/ better_name (1.2) (push) Successful in 3s

This commit is contained in:
Johan Wassberg 2024-09-10 15:32:46 +02:00
parent 467de6d1da
commit 902ae90175
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -3,10 +3,15 @@ on:
schedule: schedule:
- cron: "*/5 * * * *" - cron: "*/5 * * * *"
jobs: jobs:
test: better_name:
strategy:
matrix:
package:
- 1.0
- 1.2
runs-on: docker runs-on: docker
steps: steps:
- run: echo All Good - run: echo All {{ matrix.package }}
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0