- Notifications
You must be signed in to change notification settings - Fork211
Fixed CSS style issue#2315
This file contains hidden or 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: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/commitlint-github-action@v1.4.0 | |
with: | |
configFile:'./.commitlintrc.yml' |