Files
json-to-openapi/.gitea/workflows/ci.yml
7000pctAUTO 464b4ef182
All checks were successful
CI / test (push) Successful in 1s
Minimal hello world workflow to test Gitea Actions
2026-02-01 05:22:28 +00:00

11 lines
140 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Hello World"