Skip to content

Commit 992909b

Browse files
committed
ci: Remove linter from CI
1 parent c8e8b1a commit 992909b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/yamllint.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
---
2-
name: Yaml Lint
3-
on: [push]
4-
jobs:
5-
lintAllTheThings:
6-
runs-on: ubuntu-latest
7-
steps:
8-
- uses: actions/checkout@v1
9-
- name: yaml-lint
10-
uses: ibiqlik/action-yamllint@master
11-
with:
12-
config_file: .github/yamllint-config.yml
1+
# ---
2+
# name: Yaml Lint
3+
# on: [push]
4+
# jobs:
5+
# lintAllTheThings:
6+
# runs-on: ubuntu-latest
7+
# steps:
8+
# - uses: actions/checkout@v1
9+
# - name: yaml-lint
10+
# uses: ibiqlik/action-yamllint@master
11+
# with:
12+
# config_file: .github/yamllint-config.yml

0 commit comments

Comments
 (0)