Files
conjurer/.github/workflows/ci.yml
T
2026-06-29 12:24:30 +02:00

12 lines
162 B
YAML

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "hello"