Skip to content

Add GH action to run on pull request whenever there is focused check … #1

Add GH action to run on pull request whenever there is focused check …

Add GH action to run on pull request whenever there is focused check … #1

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: |
./focus-check.sh