configuration.nix/.forgejo/workflows/hello.yaml

7 lines
141 B
YAML
Raw Normal View History

on: [push]
jobs:
hello:
runs-on: builder
steps:
- run: echo "Hello from runner! Wow! $(uname -a)"
- run: nix --version