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

12 lines
191 B
YAML
Raw Normal View History

2023-11-09 17:20:56 +09:00
name: alpine
on:
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
container: alpine
steps:
- uses: actions/checkout@v4
- run: cat /.dockerenv
- run: ls