Skip to content

Commit b59dd3b

Browse files
ci: MegaLinter workflow
Closes #47 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent bd70a00 commit b59dd3b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/mega-linter.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: MegaLinter
2+
on:
3+
push:
4+
pull_request:
5+
branches: [main]
6+
jobs:
7+
megalinter:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
13+
- uses: oxsecurity/megalinter/flavors/python@v8
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)