Skip to content

Add test 1 to test-1 #1

Add test 1 to test-1

Add test 1 to test-1 #1

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