Skip to content

Prevent adding new tests #4

Prevent adding new tests

Prevent adding new tests #4

Workflow file for this run

---
name: Ensure no tests are added
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
fail_on_test:
runs-on: ubuntu-latest
name: Check if no tests are being added
steps:
- name: Checkout repo
uses: actions/checkout@v4
- run: .github/scripts/notests.sh