Skip to content

Commit dcdca19

Browse files
committed
ci(dev): gitguardian ref removed
1 parent 6a4b66f commit dcdca19

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# Hence explicit "if" and "needs"
112112
generate-dev-semantic-version:
113113
if: success()
114-
needs: [commitlint, gitguardian-scan, Unit-Tests, E2E-Tests, Code-Coverage, branch-name-check]
114+
needs: [commitlint, Unit-Tests, E2E-Tests, Code-Coverage, branch-name-check]
115115
runs-on: ubuntu-latest
116116
outputs:
117117
dev-package-version: ${{ steps.set-dev-semantic-version.outputs.dev-semantic-version }}
@@ -245,7 +245,7 @@ jobs:
245245
Make-WasmStaticClient-DevShowCase-Artifact-Trigger-GH-Pages-In-TELBlazor-DevShowCase-Repo:
246246

247247
if: success() #not needed but being explicit
248-
needs: [ branch-name-check, build-telblazor-dev-package-and-publish,generate-dev-semantic-version, commitlint, gitguardian-scan, Unit-Tests, E2E-Tests]
248+
needs: [ branch-name-check, build-telblazor-dev-package-and-publish,generate-dev-semantic-version, commitlint, Unit-Tests, E2E-Tests]
249249
runs-on: ubuntu-latest
250250
env:
251251
DEV_TELBLAZOR_PACKAGE_VERSION: ${{ needs.generate-dev-semantic-version.outputs.dev-package-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# git fetch --tags
6363
# git tag -l # List all tags to see if there are any conflicts
6464

65-
##configured with .releaseseec
65+
#configured with .releaseseec
6666
- name: run semantic release
6767
id: set-semantic-version
6868
# should need qqqq

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,16 @@ The render cycle will hydrate the prerender and the post actions will be overrid
99
It is client side so the users browser will do the work.
1010

1111

12+
# Links
13+
14+
[last published package](https://github.com/orgs/TechnologyEnhancedLearning/packages?tab=packages&q=TELBlazor)
15+
16+
[TELBlazor](https://github.com/TechnologyEnhancedLearning/TELBlazor)
17+
18+
[TELBlazor Production Showcase](https://technologyenhancedlearning.github.io/TELBlazor/)
19+
20+
[TELBlazor Dev Showcase](https://technologyenhancedlearning.github.io/TELBlazor-DevShowCase/)
21+
22+
[View Packaged Dev Showcase Code](https://technologyenhancedlearning/TELBlazor-DevShowCase/tree/gh-pages/)
23+
24+
[View Packaged Showcase Code](https://github.com/TechnologyEnhancedLearning/TELBlazor/tree/gh-pages/)

0 commit comments

Comments
 (0)