Files
actions-containers/.gitea/workflows/container.yml
T
tom.coursow 6b9fb4e9a4
Test Workflow run in Container / test (push) Successful in 4s
Add .gitea/workflows/container.yml
2023-07-17 01:49:29 +02:00

11 lines
252 B
YAML

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