Skip to content

Commit

Permalink
chore(ci): fix yamllint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Sep 25, 2024
1 parent f22a181 commit 89fc205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Configure Semantic Release
# yamllint disable rule:line-length
# Work around for non npm project
# REF: https://github.com/cycjimmy/semantic-release-action/issues/115#issuecomment-1817264419
# yamllint enable rule:line-length
run: echo '{"branches":[],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/github"]}' > .releaserc.json

Check failure on line 19 in .github/workflows/semantic_release.yml

View workflow job for this annotation

GitHub Actions / lint / yamllint

19:81 [line-length] line too long (172 > 80 characters)
- name: Create Release
uses: cycjimmy/semantic-release-action@v4
Expand Down

0 comments on commit 89fc205

Please sign in to comment.