tweak the CI actions names

This commit is contained in:
Pierre-Yves 2022-06-10 18:34:05 +02:00
parent c0a9c21c09
commit 27fb1ea617
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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