We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442b962 commit a134560Copy full SHA for a134560
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ on:
6
branches-ignore:
7
# don't double-build dependabot PRs
8
- dependabot/**
9
- tags:
+ tags: ["**"]
10
pull_request:
11
workflow_dispatch:
12
.github/workflows/test.yml
@@ -18,7 +18,6 @@ on:
18
19
jobs:
20
# Job to run linter / autoformat
21
-
22
lint:
23
runs-on: ubuntu-20.04
24
steps:
@@ -56,8 +55,6 @@ jobs:
56
55
npm audit --production --audit-level=moderate
57
58
test:
59
- # no need to wait for lint
60
- # needs: lint
61
62
# - https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategy
63
strategy:
0 commit comments