We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8e3be commit f14b10dCopy full SHA for f14b10d
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,11 @@ jobs:
32
sudo install -m 755 /tmp/angler/out/angler /usr/local/bin/
33
34
- name: Lint
35
- run: angler $(find . -name '*.carp' -not -path './out/*' -not -path './docs/*')
+ run: |
36
+ angler $(find . -name '*.carp' \
37
+ -not -path './out/*' \
38
+ -not -path './docs/*' \
39
+ -not -path './.carp-src/*')
40
41
- name: Generate docs
42
run: carp -x gendocs.carp
0 commit comments