break
This commit is contained in:
parent
9aadfafe1b
commit
12a6232ac7
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
mdq -c file.path --noheader . | while IFS= read -r md; do
|
||||
mdlint --ignore-missing-frontmatter "schema.json" "$md"
|
||||
mdlint --ignore-missing-frontmatter "schema.json" "$md" ||exit 1
|
||||
done
|
||||
|
|
|
@ -5,7 +5,8 @@ os:
|
|||
- linux
|
||||
- windows
|
||||
repo: https://github.com/alacritty/alacritty
|
||||
website: https://alacritty.org/
|
||||
website: https://alacritty.org
|
||||
rev: break
|
||||
---
|
||||
# Alacritty
|
||||
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, [Linux](../../linux/Linux.md), [macOS](../../macos/macOS.md) and [Windows](../../windows/Windows.md).
|
||||
|
|
Loading…
Reference in a new issue