mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
Add names to the CI runners
This commit is contained in:
parent
770df02291
commit
fc383e9b78
2
.github/workflows/code-style.yml
vendored
2
.github/workflows/code-style.yml
vendored
@ -1,3 +1,5 @@
|
||||
name: Code Style Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
|
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -1,3 +1,5 @@
|
||||
name: Coverage
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
|
2
.github/workflows/docs-check-markdown.yml
vendored
2
.github/workflows/docs-check-markdown.yml
vendored
@ -1,3 +1,5 @@
|
||||
name: Check Markdown Style
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user