Add Github action definition

This commit is contained in:
Eros Candelaresi 2021-07-15 14:31:48 +02:00
parent e7c879ed3a
commit f154c35869

7
.github/workflows/petclinic.yaml vendored Normal file
View file

@ -0,0 +1,7 @@
name: Build Petclinic
on: [ push ]
jobs:
Build-Petclinic:
runs-on: ubuntu-latest
steps:
run: echo "Hello Github Actions"