Skip to content

Update .github/workflows/focus-ginkgo-checks.yml #10

Update .github/workflows/focus-ginkgo-checks.yml

Update .github/workflows/focus-ginkgo-checks.yml #10

name: Checking for focused runs
on: [push]
jobs:
check-focus-target:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Running the focus check script
run: |
grep -ErnI --include="*.go" 'FIt|FDescribe|FContext|FWhen|FEntry|FDescribeTable' ./hosted && exit 1 || exit 0