Skip to content

Commit

Permalink
adds tenant endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Jul 24, 2024
1 parent 9dd3ca0 commit c542ef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-title-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
- name: Install commitlint
run: |
npm install conventional-changelog-conventionalcommits
npm install commitlint@latest
echo "export default { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js
echo "module.exports = { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js
- name: "Lint: Pull request title"
env:
PR_TITLE: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit c542ef9

Please sign in to comment.