Skip to content

Commit

Permalink
beter job name
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarraga committed Sep 12, 2024
1 parent 44c75b7 commit f8366ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Run grep command and fail on match
- name: Check if no HTML tags in Markdown files
run: |
# -n: show line number
# -H: show filename
Expand Down

0 comments on commit f8366ba

Please sign in to comment.