Skip to content

Add test 4 to test-4 #4

Add test 4 to test-4

Add test 4 to test-4 #4

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
jobs:
pr-checks:
name: Check PR
runs-on: ubuntu-latest
steps:
- name: Sleep for 30 seconds
run: sleep 30s
shell: bash