diff --git a/.gitea/workflows/.DS_Store b/.gitea/workflows/.DS_Store new file mode 100644 index 0000000..23e0bf8 Binary files /dev/null and b/.gitea/workflows/.DS_Store differ diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml deleted file mode 100644 index bfbcd7b..0000000 --- a/.gitea/workflows/ci.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: First CI -on: [push] -jobs: -build: -runs-on: ubuntu-latest -steps: -- name: Printing hello -run: echo "Hello, world" diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e69de29..8587190 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,9 @@ + +name: First CI +on: [push] +jobs: +build: +runs-on: ubuntu-latest +steps: +- name: Printing hello +run: echo "Hello, world"