Skip to content

Commit

Permalink
chore: integrate npm-lockfile-changes action
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Sep 19, 2024
1 parent 8c189c3 commit 2a9cbf6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/lockfile.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check Lockfile
on: pull_request
jobs:
lockfile:
name: Lockfile check
lockfile_version:
name: Lockfile version check
runs-on: ubuntu-latest
steps:
- name: Check out a copy of the repo
Expand All @@ -11,3 +11,13 @@ jobs:
uses: mansona/npm-lockfile-version@v1
with:
version: 3
lockfile_changes:
name: Lockfile changes check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: NPM Lockfile Changes
uses: codepunkt/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2a9cbf6

Please sign in to comment.