Skip to content

workflows: added missing mac_override check #10

workflows: added missing mac_override check

workflows: added missing mac_override check #10

---
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 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:
fetch-depth: 0
# Step 2: Fetch the main branch
- name: Checkout main branch
run: |
git fetch origin main
git checkout main
git checkout -
- name: Run mac_override missing check
run: |
./.github/checks/check-mac-overrides-missing.sh