Skip to content

Changes from upstream release 2.4.7-p1 #108

Changes from upstream release 2.4.7-p1

Changes from upstream release 2.4.7-p1 #108

name: Coding Standard With Baseline
on:
pull_request:
branches:
- 2.4-develop
permissions:
contents: read
jobs:
coding-standard:
runs-on: ubuntu-latest
steps:
- name: Run Coding Standard Baseline
uses: mage-os/github-actions/coding-standard-baseline@main
with:
head_repo: ${{github.event.pull_request.head.repo.full_name}}
head_ref: ${{github.event.pull_request.head.ref}}