test: action
All checks were successful
/ test (push) Successful in 10s

This commit is contained in:
Luís Murta 2025-06-13 22:07:38 +01:00
parent 2e9a3425d9
commit 6aa801cee9
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: ./