Skip to content

⬆️ bump peter-evans/create-pull-request from 5.0.2 to 7.0.3 #302

⬆️ bump peter-evans/create-pull-request from 5.0.2 to 7.0.3

⬆️ bump peter-evans/create-pull-request from 5.0.2 to 7.0.3 #302

Workflow file for this run

---
name: MegaLinter
on:
push:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
lint:
name: MegaLinter
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: MegaLinter
id: ml
uses: oxsecurity/megalinter@v7
env:
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}