Add test workflow
Some checks failed
Test Runner / test (push) Has been cancelled
Build and Deploy Hugo / deploy (push) Failing after -16m55s

This commit is contained in:
Alex Selimov 2025-07-12 16:09:13 -04:00
parent 3517f6ca1b
commit b57baad841
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -0,0 +1,8 @@
name: Test Runner
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Simple test
run: echo "Hello World"