test: action running w/o errors

This commit is contained in:
Luís Murta 2025-06-13 22:07:38 +01:00
parent 56520eb7ad
commit 1096f643d6
Signed by: satprog
GPG Key ID: 169EF1BBD7049F94

13
.github/workflows/ci.yaml vendored Normal file
View File

@ -0,0 +1,13 @@
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./