Skip to content

Commit 7d8bfbb

Browse files
committed
Come on
1 parent b55e4cd commit 7d8bfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_pr_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
npx -y @bugron/validate-dependabot-yaml@latest
2626
2727
lint_cupcake:
28-
continue-on-error: true
2928
runs-on: ubuntu-latest
3029
steps:
3130
- name: Checkout source code
3231
uses: actions/checkout@v4
3332

3433
- name: Lint Code Base
34+
continue-on-error: true
3535
uses: oxsecurity/megalinter/flavors/[email protected]
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)