Skip to content

Commit

Permalink
Fix yaml linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed Dec 2, 2024
1 parent cf4d3e8 commit 7917aea
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: build_and_test

on:

Check warning on line 4 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

4:1 [truthy] truthy value should be one of [false, true]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: docs

on:

Check warning on line 4 in .github/workflows/build_docs.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

4:1 [truthy] truthy value should be one of [false, true]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/formatting.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Check Python formatting

on:

Check warning on line 4 in .github/workflows/formatting.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

4:1 [truthy] truthy value should be one of [false, true]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: lint

on:

Check warning on line 4 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

4:1 [truthy] truthy value should be one of [false, true]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Lint YAML Files

on:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
1 change: 1 addition & 0 deletions doc/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Documentation manifest.

# List of names of Python modules in this package.
Expand Down
2 changes: 1 addition & 1 deletion scripts/joins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ joins:
visit1:
- visit_id
ccdvisit1:
#- visit_id
# - visit_id
- exposure_id

# visit1 and visit1_quicklook
Expand Down

0 comments on commit 7917aea

Please sign in to comment.