Skip to content
Snippets Groups Projects
Commit 0fa6d3cf authored by Malte Finsterwalder's avatar Malte Finsterwalder
Browse files

do not format *.md

parent 5195a7c7
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ variables:
## common steps
cache_lint_test:
image: 'denoland/deno:alpine-1.28.1'
image: 'denoland/deno:alpine-1.36.1'
stage: 'test'
script:
- deno cache --lock=deno.lock app/deps.ts app/dev_deps.ts
......
......@@ -19,10 +19,6 @@
}
},
"fmt": {
"files": {
"exclude": [
"*.md"
]
}
"exclude": ["*.md"]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment