Skip to content

Revert "fix: Remove branch protection if repository is archived" #62

Revert "fix: Remove branch protection if repository is archived"

Revert "fix: Remove branch protection if repository is archived" #62

Workflow file for this run

---
###
### Run init + validate for all examples
###
name: testing
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run tests
run: |
make test