Skip to content

Commit

Permalink
ci(workflows): Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Apr 4, 2024
1 parent fdef210 commit 10fd100
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 88 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ on:

jobs:
release:
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/release.yml@main
secrets: inherit
with:
repository: ${{ github.repository }}
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/php-idna-translator-release.yml@main
secrets: inherit
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ on:

jobs:
tests:
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/auto-merge-dependabot-pr.yml@main
secrets: inherit
with:
repository: ${{ github.repository }}
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/php-idna-translator-test.yml@main
secrets: inherit
86 changes: 8 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
}
],
"overrides": {
"glob-parent": "^6.0.2",
"chokidar": "^3.5.3"
"glob-parent": "^6.0.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
Expand Down

0 comments on commit 10fd100

Please sign in to comment.