forked from infra/ansible
Make the CI running on each PR
This commit is contained in:
parent
d62c10ca01
commit
c808e362c6
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
name: Linter
|
||||
on: push
|
||||
on:
|
||||
pull-request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
yamllint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue