From c7a3ff7723d07ceaee4063c7770ce7f255632b60 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sun, 17 Mar 2024 18:07:07 +0100 Subject: [PATCH] fix --- .gitea/workflows/validate_schema.yml | 2 +- technology/applications/cli/alacritty.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/validate_schema.yml b/.gitea/workflows/validate_schema.yml index ca7679c..fc1da67 100644 --- a/.gitea/workflows/validate_schema.yml +++ b/.gitea/workflows/validate_schema.yml @@ -6,7 +6,7 @@ on: - main jobs: - run-script: + validate: runs-on: ubuntu-latest steps: diff --git a/technology/applications/cli/alacritty.md b/technology/applications/cli/alacritty.md index 3fe6a30..75fcd56 100644 --- a/technology/applications/cli/alacritty.md +++ b/technology/applications/cli/alacritty.md @@ -6,8 +6,8 @@ os: - windows repo: https://github.com/alacritty/alacritty 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).