vitrine/.forgejo/workflows/build.yml
Félix Piédallu 09b93a8c2e
Some checks are pending
/ test (push) Waiting to run
Add initial workflow
2025-10-02 14:31:59 +02:00

10 lines
108 B
YAML

on:
push:
branches: [main]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!