infra/.forgejo/workflows/action.yml
2025-09-03 19:28:03 +02:00

15 lines
No EOL
217 B
YAML

name: Test action
on:
workflow_dispatch:
push:
branches:
- main
jobs:
hello:
name: Print hello world
runs-on: default
steps:
- uses: actions/checkout@v4
- run: nix flake check