Skip to content

Commit

Permalink
ci(workflow): just check for md file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaidilp committed Apr 27, 2024
1 parent 7181a15 commit bcde585
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
with:
working_directory: packages/stadata_flutter_sdk
includes: |
**/*{dart,md,yaml}
includes: "**/*.md"
modified_files_only: false

build:
Expand Down

0 comments on commit bcde585

Please sign in to comment.