Skip to content

TOP-1512 - Link to Phoenix Styles #2108

TOP-1512 - Link to Phoenix Styles

TOP-1512 - Link to Phoenix Styles #2108

Workflow file for this run

name: Commitlint
on: [pull_request]
jobs:
commit-lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/[email protected]
with:
configFile: './.commitlintrc.yml'