Skip to content

fix bulk check command by removing return in for/loop (#107) #42

fix bulk check command by removing return in for/loop (#107)

fix bulk check command by removing return in for/loop (#107) #42

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
ci:
uses: ./.github/workflows/ci.yml
tag:
uses: ./.github/workflows/tag.yml
needs: ci
secrets:
PAT: ${{ secrets.PAT }}