We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea2e654 + 0ea7508 commit 6520cf3Copy full SHA for 6520cf3
3 files changed
.github/workflows/ci.yml
@@ -2,13 +2,18 @@ name: CI
2
3
on:
4
pull_request:
5
+ workflow_dispatch:
6
push:
7
branches:
8
- main
9
10
permissions:
11
contents: read
12
13
+concurrency:
14
+ group: ${{ github.workflow }}-${{ github.ref }}
15
+ cancel-in-progress: true
16
+
17
jobs:
18
test:
19
.github/workflows/h2-compliance.yml
@@ -1,7 +1,6 @@
1
name: HTTP/2 Compliance
- pull_request:
rebar.config
@@ -14,7 +14,7 @@
]}.
{project_plugins, [
- covertool,
+ {covertool, "~> 2.0"},
{rebar3_lint, "~> 4.2"},
{erlfmt, "~> 1.7"},
20
{rebar3_proper, "~> 0.12"}
0 commit comments