Skip to content

puLL-Merge: initial release #18

puLL-Merge: initial release

puLL-Merge: initial release #18

Workflow file for this run

name: loop
on:
workflow_dispatch:
push:
pull_request:
jobs:
loop:
name: loop
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- run: |
pwd
tree -a
shell: bash
- uses: ./