Skip to content

Commit

Permalink
fix: Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
atsuyaw committed Oct 22, 2024
1 parent ef3d605 commit e5edd46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Lint
branches-ignore:
- main
tags:
- *
- "*"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Run yamllint-github-action
uses: karancode/[email protected]
with:
yamllint_file_or_dir: .
yamllint_file_or_dir: .github/workflows/
yamllint_config_filepath: .github/.yamllint

Check failure on line 45 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / yamllint

45:1 [empty-lines] too many blank lines (1 > 0)
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Release
branches-ignore:
- main
tags:
- *
- "*"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit e5edd46

Please sign in to comment.