Skip to content

Commit 7795278

Browse files
committed
Dont check todos
1 parent 5443571 commit 7795278

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ steps.changed-files.outputs.changed_files != '' }}
4040
with:
4141
fail: true
42-
args: --verbose --no-progress --accept '100..=103,200..=299,300..=399' ${{ steps.changed-files.outputs.changed_files }}
42+
args: --verbose --no-progress --accept '100..=103,200..=299,300..=399' --exclude todo ${{ steps.changed-files.outputs.changed_files }}
4343
- name: Install Zola
4444
run: |
4545
curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz

Diff for: content/news/050/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ date = 2024-05-03
55
draft = true
66
+++
77

8-
98
<!-- no toc -->
109

1110
<!-- Check the post with markdownlint-->

0 commit comments

Comments
 (0)