chore: fix typo (#4516)

This commit is contained in:
Frozen FIsh 2022-04-01 20:52:37 +08:00 committed by GitHub
parent 9f2adb40eb
commit c8acba5cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ fi
# - Covers branch pull requests (when TO=branch) # - Covers branch pull requests (when TO=branch)
./tools/node_modules/.bin/commitlint --from="$TRAVIS_BRANCH" --to="$TO" ./tools/node_modules/.bin/commitlint --from="$TRAVIS_BRANCH" --to="$TO"
# Always lint the triggerig commit # Always lint the triggering commit
# - Covers direct commits # - Covers direct commits
./tools/node_modules/.bin/commitlint --from="$TRAVIS_COMMIT" ./tools/node_modules/.bin/commitlint --from="$TRAVIS_COMMIT"