Testing/.forgejo/workflows/ci.yaml
forge 65f6234d43
All checks were successful
CI / build (push) Successful in 34s
Update .forgejo/workflows/ci.yaml
2026-04-06 22:37:54 +00:00

12 lines
260 B
YAML

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: System info
run: echo "solstice-ci step"
- name: Hello world
run: echo "solstice-ci step"
- name: Disk space
run: echo "solstice-ci step"