Skip to content

Commit

Permalink
ci: Remove annoying yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwh committed Jun 29, 2024
1 parent 8997f67 commit 13bdb66
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: Yaml Lint
on: [push]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@master
with:
config_file: .github/yamllint-config.yml
# ---
# name: Yaml Lint
# on: [push]
# jobs:
# lintAllTheThings:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# - name: yaml-lint
# uses: ibiqlik/action-yamllint@master
# with:
# config_file: .github/yamllint-config.yml

0 comments on commit 13bdb66

Please sign in to comment.