fix(studies): SJIP-1134 redirect to study entity in public studies page #1088
This file contains 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: Commit Lint Check | |
on: [push] | |
jobs: | |
build: | |
name: Commit Lint Check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
submodules: true | |
- name: Lint Commits | |
uses: Ferlab-Ste-Justine/action-commit-lint@v2 |