Skip to content

Removed empty last line in template.v2.js #21

Removed empty last line in template.v2.js

Removed empty last line in template.v2.js #21

Workflow file for this run

name: Check for broken links
on:
push:
pull_request:
jobs:
link-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker 🔗
uses: lycheeverse/[email protected]
with:
fail: true
# removed md files that include liquid tags
args: --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _i18n/en/_posts/2018-12-22-distill.md --exclude-path _i18n/pt-br/_posts/2018-12-22-distill.md --verbose --no-progress './**/*.md' './**/*.html'