Skip to content

Add focus for testing #7

Add focus for testing

Add focus for testing #7

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