We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdaf93 commit 7aad534Copy full SHA for 7aad534
.github/workflows/test-lint.yml
@@ -1,13 +1,17 @@
1
name: Test and Lint
2
3
on:
4
+ pull_request:
5
push:
6
+ # trying and staging branches are for BORS config
7
branches:
8
+ - trying
9
+ - staging
10
- master
- pull_request:
11
12
jobs:
13
test:
14
+ name: docs-scraper-tests
15
runs-on: ubuntu-18.04
16
17
steps:
bors.toml
@@ -0,0 +1,3 @@
+status = ["docs-scraper-tests"]
+# 1 hour timeout
+timeout-sec = 3600
0 commit comments