Skip to content

chore(deps): bump node from 21.4.0-slim to 21.5.0-slim #123

chore(deps): bump node from 21.4.0-slim to 21.5.0-slim

chore(deps): bump node from 21.4.0-slim to 21.5.0-slim #123

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/checkout@v3.5.3
with:
fetch-depth: 0 # Full git history is needed to get a proper list of changed files
- name: Run MegaLinter
uses: oxsecurity/megalinter@v7.1.0
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