Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Run on alpine

Run on alpine #18

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
print-secret:
runs-on: ubuntu-22.04
container: alpine:3.14
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
if: ${{ always() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
with:
limit-access-to-actor: true