mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
prefix workflow names with frontend
This commit is contained in:
parent
693673dc7b
commit
c29b483544
2
.github/workflows/frontend.deploy.docs.yml
vendored
2
.github/workflows/frontend.deploy.docs.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "deploy:docs to github"
|
||||
name: "frontend:deploy:docs to github"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: "test:build test code"
|
||||
name: "frontend:test:build test code"
|
||||
|
||||
on: push
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: "test:build test docs"
|
||||
name: "frontend:test:build test docs"
|
||||
|
||||
on: push
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: "test:build test storybook"
|
||||
name: "frontend:test:build test storybook"
|
||||
|
||||
on: push
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: "test:lint code with defined linters"
|
||||
name: "frontend:test:lint code with defined linters"
|
||||
|
||||
on: push
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: "test:unit test code with defined suites"
|
||||
name: "frontend:test:unit test code with defined suites"
|
||||
|
||||
on: push
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user