debug ci workflow
Some checks failed
/ ci (push) Failing after 2s

This commit is contained in:
Jasper Ras 2026-02-26 22:26:21 +01:00
parent faf8b603ae
commit d112af4be7

View file

@ -1,10 +1,11 @@
on: [push]
jobs:
ci:
runs-on: [native]
runs-on: native
steps:
- name: checkout code
uses: actions/checkout@v4
- run: ls -lah
- name: tests
run : cargo test
- name: linting