Skip to content

Commit 0e913e4

Browse files
committed
Add pseudo check
1 parent ccac0aa commit 0e913e4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pull-requests.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Pull Request Checks
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
pr-checks:
8+
name: Check PR
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Sleep for 30 seconds
12+
run: sleep 30s
13+
shell: bash

0 commit comments

Comments
 (0)