Skip to content

Commit

Permalink
build: fix invalid github action syntax
Browse files Browse the repository at this point in the history
Updates the Github action syntax to be valid
  • Loading branch information
taylor-cedar committed Jul 13, 2021
1 parent 9939af0 commit ae78829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
with:
# we actually need "github.event.pull_request.commits + 1" commit
fetch-depth: 0
- name: Check commit syntax
- name: Node setup
uses: actions/setup-node@v2.1.0
- name: Check commit syntax
run: |
yarn add @commitlint/cli@12.1.4 @commitlint/config-conventional
echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
Expand Down

0 comments on commit ae78829

Please sign in to comment.