Skip to content

Commit

Permalink
Merge pull request #356 from atls/chore/github-commit
Browse files Browse the repository at this point in the history
Chore: github commit action
  • Loading branch information
Nelfimov authored Aug 19, 2024
2 parents 90c3d90 + 9f648c2 commit 8e6547d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .husky/commit-msg

This file was deleted.

1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

1 change: 0 additions & 1 deletion .husky/prepare-commit-msg

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 8e6547d

Please sign in to comment.