First workflow.
Some checks failed
Build and Deploy Kotlin gradle Application / build-and-deploy (push) Has been cancelled

This commit is contained in:
Florian THIERRY
2025-05-11 13:07:32 +02:00
parent 458e72d6aa
commit 4497891788
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
name: Build and Deploy Kotlin gradle Application
on:
push:
branches:
- working-poc
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Hello world
run: |
echo 'Hello world'
echo 'Done'