Files
act-test/.github/workflows/test.yaml
T
marti f41f41ca1f
test.yaml / test (push) Successful in 4s
Update .github/workflows/test.yaml
2026-08-16 11:14:33 +02:00

11 lines
179 B
YAML

on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Greet
run: echo "Hello, World!"