Skip to content

workflows: added missing mac_override check #4

workflows: added missing mac_override check

workflows: added missing mac_override check #4

---
name: Check missing mac_overrides
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
mac_override_missing__check:
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
uses: actions/checkout@v4

Check failure on line 11 in .github/workflows/check-mac-overrides-missing.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-mac-overrides-missing.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
with:
ref: main
fetch-depth: 0
- name: Checkout current branch
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run mac_override missing check
run: |
./.github/checks/check-mac-overrides-missing.sh