Update .gitea/workflows/ci.yml
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
97634 2024-11-22 10:10:21 +00:00
parent b6916120a9
commit c67496c3c0

View File

@ -3,7 +3,7 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Printing hello - name: Printing hello
run: echo "Hello" run: echo "Hello"