Skip to content

Commit

Permalink
fix: change description to overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil committed Apr 15, 2024
1 parent 32aa369 commit 6bf4959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
if: steps.check_files.outputs.files_exists == 'true'
run: echo Content is ok!

- name: Check Description
run: echo | grep -q Description README.md ; echo $?
- name: Check Overview
run: echo | grep -q Overview README.md ; echo $?

- name: Check Example
run: echo | grep -q Example README.md ; echo $?
Expand Down

0 comments on commit 6bf4959

Please sign in to comment.