ci: add temporary ubuntu test workflow

This commit is contained in:
chahinebrini 2026-06-18 05:09:29 +02:00
parent 7d76c5168b
commit c1f5f5804d

11
.github/workflows/test-ubuntu.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: Test Ubuntu Runner
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "GitHub Actions works"