Skip to content

Commit 0240f08

Browse files
Merge pull request #106 from Create-Python-App/fix/47-megalinter-wf
ci: MegaLinter workflow (#47)
2 parents bd70a00 + b59dd3b commit 0240f08

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)