fix(deps): updating commitizen pre-commit hook #28
Workflow file for this run
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: Pull Requests | |
on: | |
pull_request: | |
jobs: | |
# NOTE: you can make these tests required in the pull request by creating a ruleset and then checking "Require status | |
# checks to pass" and then, under "Status checks that are required" click "Add checks" and just type in these: | |
# - "tests / pre-commit" | |
# - "tests / test" | |
# | |
# NOTE: if you had the jobs directly in this file you could just refer to them by the yaml identifier for the job. | |
# for example, this job is called "tests" so you'd put "tests" as a required "status check". and if you were to take | |
# the contents of tests.yaml and put it into here then you'd want to set "pre-commit" and "test" as required status | |
# checks. | |
tests: | |
uses: ./.github/workflows/tests.yaml | |
secrets: inherit |