From 21669a6bf1bfdb1a8b8416526c0b10b59c99aef2 Mon Sep 17 00:00:00 2001 From: AndreasBattaglia Date: Sun, 23 Apr 2023 01:06:30 +0200 Subject: [PATCH] git actions --- .github/workflows/example.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/example.yml diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml new file mode 100644 index 0000000..c479d9c --- /dev/null +++ b/.github/workflows/example.yml @@ -0,0 +1,7 @@ +on: push +jobs: + example: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: echo "Hello!" \ No newline at end of file