Skip to content

fix: Remove branch protection if repository is archived #61

fix: Remove branch protection if repository is archived

fix: Remove branch protection if repository is archived #61

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