Skip to content

Commit

Permalink
exclude specific directories from Lintcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
lapla-cogito committed Jan 28, 2025
1 parent 9135923 commit 75b39d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lintcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Lintcheck

on: pull_request
on:
pull_request:
paths-ignore:
- 'book/**'
- 'util/**'
- 'tests/**'
- '*.md'

env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 75b39d0

Please sign in to comment.