Add test action
All checks were successful
/ test (push) Successful in 31s

This commit is contained in:
Antonio Dell'Annunziata 2025-03-02 09:44:00 +01:00
parent f81a06d0bd
commit d99381ad54
No known key found for this signature in database
GPG key ID: 8D2BB16641F06E94
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

6
demo.yaml Normal file
View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good