diff --git a/.github/actions/commit/action.yml b/.github/actions/commit/action.yml index 235337f99..4dc04516c 100644 --- a/.github/actions/commit/action.yml +++ b/.github/actions/commit/action.yml @@ -15,7 +15,7 @@ inputs: description: Branch to commit to PATTERN: required: false - default: '*.json *.md *.yaml *.yml *.lock' + default: '.' description: File pattern for adding to commits runs: diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100755 index 275488c8f..000000000 --- a/.husky/commit-msg +++ /dev/null @@ -1 +0,0 @@ -yarn commit message lint diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index c4bf2e767..000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1 +0,0 @@ -yarn commit staged diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg deleted file mode 100755 index dcd1cea5a..000000000 --- a/.husky/prepare-commit-msg +++ /dev/null @@ -1 +0,0 @@ -yarn commit message $@ diff --git a/README.md b/README.md index 15073d985..82156c812 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Tools are designed to be used in projects with Javascript and Typescript and are To start using it: -- `yarn set version https://raw.githubusercontent.com/atls/tools/master/yarn/cli/bundles/yarn.js` - installs our latest custom yarn bundle in the project scope. +- `yarn set version https://raw.githubusercontent.com/atls/raijin/master/.yarn/releases/yarn.cjs` - installs our latest custom yarn bundle in the project scope. ## Commonly used scrips `yarn`