Add GH action to run on pull request whenever there is focused check … #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |