Skip to content

Commit

Permalink
ci(workflows/commitlint): use full yamllint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
myii authored May 4, 2020
1 parent f6a2ff4 commit 3dc522a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
name: Commitlint
on: [pull_request]
'on': [pull_request]

jobs:
lint:
Expand Down

0 comments on commit 3dc522a

Please sign in to comment.