This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Merge pull request #46 from SocketDev/deps #128
This file contains hidden or 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: Linting | |
| on: | |
| push: | |
| branches: | |
| - master | |
| tags: | |
| - '*' | |
| pull_request: | |
| branches: | |
| - master | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| cancel-in-progress: true | |
| jobs: | |
| linting: | |
| name: "Linting" | |
| uses: SocketDev/workflows/.github/workflows/reusable-base.yml@master | |
| with: | |
| no-lockfile: true | |
| npm-test-script: 'check' |