Skip to content

Commit 31d67e6

Browse files
committed
chore(tidying): tidyig
1 parent 9485286 commit 31d67e6

18 files changed

+4
-1058
lines changed

.del-releaserc.txt

Lines changed: 0 additions & 211 deletions
This file was deleted.

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
BRANCH_NAME="${GITHUB_HEAD_REF:-${GITHUB_REF_NAME}}"
4848
echo "Validating branch name: $BRANCH_NAME"
4949
50-
if [[ "$BRANCH_NAME" =~ ^(feat|fix|bugfix|hotfix|build|chore|ci|docs|perf|refactor|revert|style|test)-[a-zA-Z0-9._/-]+$ ]] || [[ "$BRANCH_NAME" == "master" ]]; then
50+
if [[ "$BRANCH_NAME" =~ ^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test|sample|security|config|bugfix|hotfix)-[a-zA-Z0-9._/-]+$ ]] || [[ "$BRANCH_NAME" == "master" ]]; then
5151
echo "✅ Branch name is valid"
5252
else
5353
echo "❌ Invalid branch name: $BRANCH_NAME"
5454
echo "Branch names must follow one of the allowed prefixes:"
55-
echo " feat-*, fix-*, bugfix-*, hotfix-*, build-*, chore-*, ci-*, docs-*, perf-*, refactor-*, revert-*, style-*, test-*"
55+
echo " build-*, feat-*, fix-*, bugfix-*, hotfix-*, build-*, chore-*, ci-*, docs-*, perf-*, refactor-*, revert-*, style-*, test-*, sample-*, security-*, config-*, bugfix-*, hotfix-*"
5656
exit 1
5757
fi
5858
continue-on-error: false

GitPageBlazorWASMProgressive/App.razor

Lines changed: 0 additions & 18 deletions
This file was deleted.

GitPageBlazorWASMProgressive/GitPageBlazorWASMProgressive.csproj

Lines changed: 0 additions & 47 deletions
This file was deleted.

GitPageBlazorWASMProgressive/Program.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

GitPageBlazorWASMProgressive/Properties/launchSettings.json

Lines changed: 0 additions & 41 deletions
This file was deleted.

GitPageBlazorWASMProgressive/_Imports.razor

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)