Skip to content

Commit

Permalink
Add introduction text
Browse files Browse the repository at this point in the history
  • Loading branch information
brianveltman committed Dec 12, 2023
1 parent ae1bdaa commit 4be060c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
pip install -r requirements.txt
- name: Run Yaml lint
run: |
yamllint .
cd defaults/ && yamllint .
- run: echo "🍏 This job's status is ${{ job.status }}."
5 changes: 0 additions & 5 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
extends: default

yaml-files:
- "**/*.yaml"
- "**/*.yml"
- ".yamllint"

ignore:
- .github/
- ".travis.yml"
Expand Down

0 comments on commit 4be060c

Please sign in to comment.