1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/.github/workflows/alpine.yml

11 lines
191 B
YAML

name: alpine
on:
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
container: alpine
steps:
- uses: actions/checkout@v4
- run: cat /.dockerenv
- run: ls