Skip to content

chore(deps): bump node from 22.8.0-slim to 23.2.0-slim #157

chore(deps): bump node from 22.8.0-slim to 23.2.0-slim

chore(deps): bump node from 22.8.0-slim to 23.2.0-slim #157

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