Skip to content

Commit

Permalink
Add Yarn lock action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Jan 23, 2024
1 parent c3864b9 commit 2729c8f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/yarn-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Yarn Lock Changes
on:
pull_request:

jobs:
yarn_lock_changes:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Yarn Lock Changes
# Please use `main` as version before the stable release will be published as `v1`.
uses: Simek/yarn-lock-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2729c8f

Please sign in to comment.