Skip to content

Commit

Permalink
add yamlfmt config file
Browse files Browse the repository at this point in the history
  • Loading branch information
arbakker committed Oct 8, 2024
1 parent 48a077a commit e14b6a0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: daily
time: "13:00"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: htmlcov # The folder the action should deploy.
folder: htmlcov # The folder the action should deploy.
branch: coverage-report
2 changes: 1 addition & 1 deletion .github/workflows/linting-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
run: |
mypy src/
- name: Test with pytest and generate coverage report
run: |
run: |-
coverage run --source=src/geodense -m pytest -v tests
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # to fetch all history for all branches and tags; required because we derive app version from latest tag
fetch-depth: 0 # to fetch all history for all branches and tags; required because we derive app version from latest tag
fetch-tags: true
- name: Install uv
uses: astral-sh/setup-uv@v3
Expand Down
6 changes: 6 additions & 0 deletions .yamlfmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
formatter:
type: basic
pad_line_comments: 2
include_document_start: false
trim_trailing_whitespace: true
eof_newline: true

0 comments on commit e14b6a0

Please sign in to comment.