Skip to content

build(deps-dev): bump prettier from 3.2.5 to 3.3.0 #1246

build(deps-dev): bump prettier from 3.2.5 to 3.3.0

build(deps-dev): bump prettier from 3.2.5 to 3.3.0 #1246

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 }}