Testing/.forgejo/workflows/ci.yaml

13 lines
260 B
YAML
Raw Permalink Normal View History

2026-04-06 21:45:41 +00:00
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
2026-04-06 22:37:54 +00:00
- name: System info
run: echo "solstice-ci step"
- name: Hello world
run: echo "solstice-ci step"
- name: Disk space
run: echo "solstice-ci step"