[pull] dev from tabler:dev #442
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Changed lock files | |
on: | |
pull_request: null | |
permissions: | |
pull-requests: read | |
jobs: | |
lockfiles: | |
runs-on: ubuntu-latest | |
name: Verify lock file integrity | |
steps: | |
- name: Clone Tabler | |
uses: actions/checkout@v4 | |
- name: Prevent lock file change | |
uses: xalvarez/prevent-file-change-action@v1 | |
with: | |
githubToken: ${{ secrets.GITHUB_TOKEN }} | |
pattern: Gemfile.lock|pnpm-lock.json | |
trustedAuthors: codecalm, dependabot |