We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9663a8a commit fa56336Copy full SHA for fa56336
1 file changed
.github/workflows/reusable_pr_checks.yml
@@ -14,14 +14,13 @@ jobs:
14
pr_title_lint:
15
name: 'pr-title-lint'
16
runs-on: ${{ inputs.runs-on }}
17
+ container: oven/bun:1.3.14-alpine@sha256:5acc90a93e91ff07bf72aa90a7c9f0fa189765aec90b47bdbf2152d2196383c0
18
timeout-minutes: ${{ inputs.timeout-minutes }}
19
steps:
20
- name: Checkout
21
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- - name: Install commitlint
22
- run: npm install -D @commitlint/cli @commitlint/config-conventional
23
- name: Validate PR commits with commitlint
24
env:
25
PR_TITLE: ${{ github.event.pull_request.title }}
26
run: |
27
- echo "${PR_TITLE}" | npx commitlint --verbose
+ echo "${PR_TITLE}" | bunx commitlint --verbose
0 commit comments