feat: initial
Some checks failed
Test action / Test on registry.onstackit.cloud/devex-images/alpine:latest (push) Failing after 3s
Test action / Test on registry.onstackit.cloud/devex-images/ubuntu:act-latest (push) Successful in 34s

This commit is contained in:
Maximilian Jugl 2026-04-22 09:36:58 +02:00
commit f1cd1be14d
8 changed files with 444 additions and 0 deletions

View file

@ -0,0 +1,30 @@
name: Test action
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
name: Test on ${{ matrix.image }}
runs-on: stackit-docker
strategy:
fail-fast: false
matrix:
image:
- registry.onstackit.cloud/devex-images/ubuntu:act-latest
- registry.onstackit.cloud/devex-images/alpine:latest
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v6
- name: Test action
uses: ./
with:
version: "v0.61.0"