Skip to content

Fix release version 5.9.0 -> 5.8.0 #1883

Fix release version 5.9.0 -> 5.8.0

Fix release version 5.9.0 -> 5.8.0 #1883

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]