Skip to content

fix: fix updating comments #6

fix: fix updating comments

fix: fix updating comments #6

Workflow file for this run

name: NPM Lockfile Changes
on: [pull_request, workflow_dispatch]
jobs:
check:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
- name: NPN Lockfile Changes
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: '[Test] NPM Lockfile Changes Detached Package'
uses: ./
with:
path: tests/ci/package-lock.json
token: ${{ secrets.GITHUB_TOKEN }}