Skip to content

Rules no-global-variable, no-suite-variable, and no-test-variable #1828

Rules no-global-variable, no-suite-variable, and no-test-variable

Rules no-global-variable, no-suite-variable, and no-test-variable #1828

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]