Skip to content

Commit

Permalink
Merge pull request #15 from hyiso/dependabot/pub/lint_staged-0.4.0
Browse files Browse the repository at this point in the history
chore(deps): Bump lint_staged from 0.3.0 to 0.4.0
  • Loading branch information
hyiso authored Aug 8, 2023
2 parents 4d1b3e5 + 1023917 commit a59530e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
run: dart pub get

- name: Validate Title of PR
run: echo ${{ github.event.pull_request.title }} | dart bin/commitlint_cli.dart --config lib/commitlint.yaml
run: echo '${{ github.event.pull_request.title }}' | dart bin/commitlint_cli.dart --config lib/commitlint.yaml
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
dev_dependencies:
collection: ^1.17.1
husky: ^0.1.6
lint_staged: ">=0.2.0 <0.4.0"
lint_staged: ^0.4.0
lints: ^2.0.0
test: ^1.21.0
uuid: ^3.0.7
Expand Down

0 comments on commit a59530e

Please sign in to comment.