Skip to content

Commit

Permalink
ci: check pr title
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 committed Oct 27, 2023
1 parent c5d31bb commit 201c22f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
# we don't have a package.json file, so we use the yml file as the cache key
cache-dependency-path: '**/.github/workflows/check-pr-title.yml'

- name: Verify PR title is in the correct format
run: |
Expand Down

0 comments on commit 201c22f

Please sign in to comment.