mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
Cleanup yaml formatting (#5151)
* Add yamllint config. * Add yamllint workflow. * Cleanup linting issues. * Remove unnecessary `set -x -e` from workflows. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: Get CI repo
|
||||
command : |
|
||||
command: |
|
||||
mkdir -p ~/go/src/${CIRCLE_PROJECT_USERNAME}/ci
|
||||
git clone https://github.com/${CIRCLE_PROJECT_USERNAME}/ci ~/go/src/${CIRCLE_PROJECT_USERNAME}/ci
|
||||
- <<: *setupKubernetes
|
||||
|
||||
Reference in New Issue
Block a user