Skip to content

Commit

Permalink
Normalize package references (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Apr 15, 2024
1 parent 4c6ccb6 commit 23b7a3c
Show file tree
Hide file tree
Showing 6 changed files with 1,123 additions and 1,659 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@cncsc/eslint-config"
"extends": "@bdrk/eslint-config"
}
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
semantic_release:
name: Semantic Release
uses: cncsc/actions/.github/workflows/semantic-release.yaml@main
uses: fcgroup/actions/.github/workflows/semantic-release.yaml@main
secrets:
GIT_TOKEN_BASIC: ${{ secrets.GIT_TOKEN_BASIC }}
NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
jobs:
ci:
name: Validation
uses: cncsc/actions/.github/workflows/validation.yaml@main
uses: fcgroup/actions/.github/workflows/validation.yaml@main
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@cncsc/semantic-release-config/npm"
"extends": "@bdrk/semantic-release-config/npm"
}
Loading

0 comments on commit 23b7a3c

Please sign in to comment.