unreal-chat/.forgejo/workflows/ci.yaml
jusemon f55f3e8c31
All checks were successful
CI / test (push) Successful in 3s
Actualizar .forgejo/workflows/ci.yaml
2025-05-06 00:18:19 -05:00

12 lines
No EOL
213 B
YAML

name: CI
on: [push]
jobs:
test:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Status
run: git status
- name: Host
run: cat /etc/hosts