Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex2276564 committed Jan 9, 2025
1 parent cee6f64 commit 475f6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
globs: '**/*.md' # Checks all Markdown files in the repository
fix: true # automatically fixes simple problems
config: '.markdownlint.jsonc' # if you have a configuration file
# continue-on-error: true # to prevent the build from crashing due to errors in the documentation
# continue-on-error: true # to prevent the build from crashing due to errors in the documentation

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 475f6cc

Please sign in to comment.