Skip to content

Commit

Permalink
refactor: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Aug 18, 2024
1 parent f9db199 commit 9aba558
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/remark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
pull_request:
branches:
- main
# paths:
# - '**/*.md'
paths:
- '**/*.md'
push:
branches:
- main
# paths:
# - '**/*.md'
paths:
- '**/*.md'

jobs:
remark:
Expand All @@ -36,4 +36,4 @@ jobs:
run: pnpm i

- name: Lint
run: pnpm remark --quiet --frail
run: pnpm remark . --quiet --frail

0 comments on commit 9aba558

Please sign in to comment.