Skip to content

Merge branch '2.4-develop' of https://github.com/mage-os/mirror-magen… #110

Merge branch '2.4-develop' of https://github.com/mage-os/mirror-magen…

Merge branch '2.4-develop' of https://github.com/mage-os/mirror-magen… #110

name: Coding Standard With Baseline
on:
pull_request:
branches:
- *

Check failure on line 5 in .github/workflows/coding-standard-baseline.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/coding-standard-baseline.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
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}}