Skip to content

Bump robotframework from 7.2rc1 to 7.2 in /tests/rf_versions_matrix/r… #1891

Bump robotframework from 7.2rc1 to 7.2 in /tests/rf_versions_matrix/r…

Bump robotframework from 7.2rc1 to 7.2 in /tests/rf_versions_matrix/r… #1891

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]