Skip to content

Commit

Permalink
#10 Added markdown-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Epatko committed Mar 5, 2024
1 parent e45efd6 commit 060a4e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -2,12 +2,13 @@ on: [push]

jobs:

shellcheck:
tests_job:
name: Shellcheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@master
- uses: articulate/actions-markdownlint@v1.1.0

hits_counter_job:
name: Generate and deploy HoC-badge
Expand Down
2 changes: 1 addition & 1 deletion generate-badge.sh
Expand Up @@ -9,7 +9,7 @@ Filename=$6

gem install hoc
pip install anybadge
mkdir "$OutDir"
mkdir -p "$OutDir"

Count=$(hoc -d "$Dir" -e "$Exclude" -s "$Since" -b "$Before" -f "int")
echo "Hits of code: $Count"
Expand Down

0 comments on commit 060a4e8

Please sign in to comment.