tweak the CI actions names
This commit is contained in:
parent
c0a9c21c09
commit
27fb1ea617
3 changed files with 6 additions and 6 deletions
4
.github/workflows/lint-docs.yml
vendored
4
.github/workflows/lint-docs.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
name: lint:docs
|
||||
name: lint-docs
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -10,7 +10,7 @@ on:
|
|||
branches: [ next ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
lint-docs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
4
.github/workflows/lint-js.yml
vendored
4
.github/workflows/lint-js.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
name: lint:js
|
||||
name: lint-js
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -10,7 +10,7 @@ on:
|
|||
branches: [ next ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
lint-js:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
4
.github/workflows/test-js.yml
vendored
4
.github/workflows/test-js.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
name: test:js
|
||||
name: test-js
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -10,7 +10,7 @@ on:
|
|||
branches: [ next ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test-js:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue