Skip to content

Commit

Permalink
Update yaml-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
openBackhaul authored Feb 12, 2024
1 parent 02b1321 commit 6632ea0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/yaml-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Linter
name: Yaml Lint
on:
pull_request:
branches: [develop]
jobs:
yaml:
name: YAML
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -17,8 +16,3 @@ jobs:
rules:
line-length: disable
document-start: disable
truthy:
ignore: |
.github/
ignore: |
server/

0 comments on commit 6632ea0

Please sign in to comment.