Skip to content

Bump oxsecurity/megalinter from 8.3.0 to 8.4.2 #1896

Bump oxsecurity/megalinter from 8.3.0 to 8.4.2

Bump oxsecurity/megalinter from 8.3.0 to 8.4.2 #1896

Workflow file for this run

---
# This workflow will run linter checks on PRs against master
# and fail the build if some files need to be formatted
name: Linter
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: MegaLinter
uses: oxsecurity/megalinter/flavors/[email protected]