init repo.
Some checks failed
test / container-job (push) Failing after 6s

This commit is contained in:
tqcq
2025-07-30 17:32:21 +08:00
commit eda91ee95e

View File

@@ -0,0 +1,12 @@
name: test
on: [push]
jobs:
container-job:
runs-on: ubuntu-22.04
container:
image: busybox
options: --cpus 1
steps:
- name: Check
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)