Skip to content

Commit 6934af1

Browse files
committed
check in dummy job
1 parent edba1a6 commit 6934af1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: lint
2+
on: [pull_request]
3+
jobs:
4+
build:
5+
depends_on: [lint, test]
6+
steps:
7+
run:
8+
- echo "This is a dummy job so that we can only require one job for branch protection"

0 commit comments

Comments
 (0)