Skip to content

Commit 41b55b8

Browse files
Copilotkitsonk
andcommitted
Exclude copilot-instructions.md from deno fmt to fix CI
Co-authored-by: kitsonk <1282577+kitsonk@users.noreply.github.com>
1 parent 3fca3be commit 41b55b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:coverage": "deno test --coverage=./cov --junit-path=junit.xml --allow-read --allow-write --allow-net --cert ./examples/tls/RootCA.crt --parallel --ignore=npm"
3939
},
4040
"fmt": {
41-
"exclude": ["README.md"]
41+
"exclude": ["README.md", ".github/copilot-instructions.md"]
4242
},
4343
"lint": {
4444
"rules": {

0 commit comments

Comments
 (0)