diff --git a/.gitea/workflows/container.yml b/.gitea/workflows/container.yml new file mode 100644 index 0000000..4ce01fc --- /dev/null +++ b/.gitea/workflows/container.yml @@ -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 \ No newline at end of file