Skip to content

Commit 604b852

Browse files
committed
Test new MegaLinter
1 parent c5491b9 commit 604b852

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/clean-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ jobs:
5454
permissions:
5555
pull-requests: read # to get last commit for pr (octokit/graphql-action)
5656
statuses: write # for set-github-status
57+
# test

.github/workflows/code-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ jobs:
1111
uses: alisw/ali-bot/.github/workflows/c++-code-formatting.yml@master
1212
secrets:
1313
alibuild_github_token: ${{ secrets.ALIBUILD_GITHUB_TOKEN }}
14+
# test

.github/workflows/codeowner-self-approval.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ jobs:
114114
' you need in the messages above. This check will run again'
115115
" when the PR's author disables and reenables auto-merge.",
116116
file=sys.stderr)
117+
# test

.github/workflows/labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@ jobs:
120120
error-on-fail: false
121121
title-template: "${{ steps.check-prefix.outputs.title }}"
122122
title-update-action: replace
123+
# test

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ jobs:
107107
env:
108108
pr_url: https://github.com/${{ github.event.pull_request.head.repo.full_name }}/pulls
109109
q: ?q=is%3Apr+is%3Aopen+MegaLinter+%23${{ github.event.pull_request.number }}
110+
# test

.github/workflows/o2-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ jobs:
6262
❌ ${{ steps.linter.outputs.n_issues }} errors,
6363
⚠️ ${{ steps.linter.outputs.n_tolerated }} warnings,
6464
🔕 ${{ steps.linter.outputs.n_disabled }} disabled"
65+
# test

.github/workflows/pr-security-approval.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
permissions:
1717
pull-requests: read # to get last commit for PR
1818
statuses: write # for set-github-status
19+
# test

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
days-before-stale: 30
2323
days-before-close: 5
2424
exempt-issue-labels: bug,enhancement
25+
# test

0 commit comments

Comments
 (0)