Skip to content

Upstream Merge Conflict (2.4-develop) #119

Upstream Merge Conflict (2.4-develop)

Upstream Merge Conflict (2.4-develop) #119

name: Coding Standard With Baseline
on:
pull_request:
branches: ["**"]
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}}