diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml new file mode 100644 index 0000000..5a27502 --- /dev/null +++ b/.github/workflows/alpine.yml @@ -0,0 +1,11 @@ +name: alpine +on: + workflow_dispatch: +jobs: + main: + runs-on: ubuntu-latest + container: alpine + steps: + - uses: actions/checkout@v4 + - run: cat /.dockerenv + - run: ls