Skip to content

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

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

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

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 && false || true