Add .gitea/workflows/container.yml
Test Workflow run in Container / test (push) Successful in 4s

This commit is contained in:
2023-07-17 01:49:29 +02:00
parent 643f5291bc
commit 6b9fb4e9a4
+11
View File
@@ -0,0 +1,11 @@
name: Test Workflow run in Container
on: push
jobs:
test:
runs-on: ubuntu-latest
container:
image: archlinux:latest
steps:
- name: Check if in Arch Container...
run: cat /etc/os-release