Skip to content

Commit

Permalink
Merge pull request #25 from educorvi/develop
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
neferin12 committed Dec 22, 2023
2 parents 554a08a + bfbae60 commit 5ff33c5
Show file tree
Hide file tree
Showing 151 changed files with 26,532 additions and 13,522 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_test_release.yml
Expand Up @@ -183,7 +183,3 @@ jobs:
needs: [release]
uses: ./.github/workflows/deploy.yml
secrets: inherit
# - name: Publish to Github Packages
# run: node common/scripts/install-run-rush.js publish -p -b main --include-all --version-policy "rita-publish" --set-access-level=public --registry "https://npm.pkg.github.com/"
# env:
# NPM_AUTH_TOKEN: ${{ secrets.PUBLISH_GITHUB_PACKAGE_TOKEN }}
5 changes: 4 additions & 1 deletion commitlint.config.js
@@ -1,5 +1,8 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
extends: [
'./common/autoinstallers/rush-commitlint/node_modules/@commitlint/config-conventional/index.js',
],

rules: {
'footer-max-line-length': [1, 'always', 100],
'header-max-length': [1, 'always', 100],
Expand Down

0 comments on commit 5ff33c5

Please sign in to comment.