Skip to content

build(deps): bump zod from 3.22.4 to 3.23.5 #1240

build(deps): bump zod from 3.22.4 to 3.23.5

build(deps): bump zod from 3.22.4 to 3.23.5 #1240

name: "operational-test"
on:
# (from: https://help.github.com/en/actions/reference/events-that-trigger-workflows#issue-comment-event-issue_comment)
issue_comment:
types: [created, edited]
jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# 0 indicates all history
fetch-depth: 0
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}