Testing workflow

This commit is contained in:
suroh 2025-03-05 21:17:46 +01:00
parent bebfd5203e
commit fae2bf5b87

@ -19,6 +19,9 @@ jobs:
- name: Install dependencies
run: npm i
- name: Test step
run: echo "this is a test"
- name: Build 11ty site
run: npm run build