test using github.com actions
Some checks failed
UiNamed workflow / test (push) Failing after 35s

This commit is contained in:
julien.oculi 2025-02-20 22:05:34 +01:00
parent 5b7ef75389
commit b4227bfe5f

View file

@ -17,3 +17,9 @@ jobs:
- name: Test secrets
run: echo ${{ secrets.SSH_Key_sample }}
- name: Setup deno
run: https://github.com/denoland/setup-deno@v2
- name: Test deno
run: deno --version