Skip to content

Commit

Permalink
ci: fix megalinter action [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
  • Loading branch information
yshyn-iohk committed May 3, 2024
1 parent c6f1568 commit 5678476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: MegaLinter

on:
pull_request:
workflow_dispatch:

env: # Comment env block if you don't want to apply fixes
# Apply linter fixes configuration
Expand Down Expand Up @@ -66,6 +65,8 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: ${{ github.head_ref }}
branch-suffix: short-commit-hash
commit-message: "style: apply linters automatic fixes"
title: "style: apply linters automatic fixes"
signoff: true
Expand Down

0 comments on commit 5678476

Please sign in to comment.