Skip to content

chore(deps): Bump softprops/action-gh-release from 2 to 3 #224

chore(deps): Bump softprops/action-gh-release from 2 to 3

chore(deps): Bump softprops/action-gh-release from 2 to 3 #224

Workflow file for this run

name: MegaLinter
on:
push:
pull_request:
branches: [main]
jobs:
megalinter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oxsecurity/megalinter/flavors/python@v9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}