Skip to content

Support for RF 7.2 GROUP syntax #1877

Support for RF 7.2 GROUP syntax

Support for RF 7.2 GROUP syntax #1877

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]