Skip to content

chore(deps): bump oxsecurity/megalinter from 7.1.0 to 8.1.0 #153

chore(deps): bump oxsecurity/megalinter from 7.1.0 to 8.1.0

chore(deps): bump oxsecurity/megalinter from 7.1.0 to 8.1.0 #153

Workflow file for this run

name: Lint
permissions: read-all
on:
push:
branches:
- main
pull_request:
jobs:
mega-linter:
name: MegaLinter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0 # Full git history is needed to get a proper list of changed files
- name: Run MegaLinter
uses: oxsecurity/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
DEFAULT_BRANCH: main
MEGALINTER_CONFIG: .config/.mega-linter.yml