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 2daf135 commit a95eee4Copy full SHA for a95eee4
.github/workflows/lint.yml
@@ -13,6 +13,8 @@ on:
13
jobs:
14
lint:
15
runs-on: ubuntu-18.04
16
+ timeout-minutes: 10
17
+
18
steps:
19
- uses: actions/checkout@v2
20
.github/workflows/npm-publish.yml
@@ -9,6 +9,7 @@ jobs:
9
publish:
10
name: Publish to npm registry
11
12
0 commit comments