Skip to content

Commit

Permalink
feat(github-actions): enable various imperative github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-markan committed May 16, 2024
1 parent 8d11110 commit 89a6e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Dependencies
working-directory: ./
run: npm ci
run: npm ci --legacy-peer-deps

- name: Title
run: echo "${{ github.event.pull_request.title }}" | npx commitlint --color --verbose $1
Expand Down

0 comments on commit 89a6e5e

Please sign in to comment.