Skip to content

Commit

Permalink
fix(ci): Correct syntax for commitlint CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 30, 2020
1 parent 2e01d0b commit 40224be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:

commitlint:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 40224be

Please sign in to comment.