Skip to content

Add test 5 to test-5 #5

Add test 5 to test-5

Add test 5 to test-5 #5

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