feat: Native runner
All checks were successful
/ test (push) Successful in 0s

This commit is contained in:
Dale Twokey 2026-04-14 17:35:06 +03:00
parent 249fe8cbeb
commit 441c564bf5
Signed by: deiru
GPG key ID: E775E4497FC81655

View file

@ -1,6 +1,6 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: nitori runs-on: native
steps: steps:
- run: echo All good! - run: echo All good!