From 08d64b38da2cb87228a9a959b5bb9542fd994b77 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 31 Mar 2024 11:59:14 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20lint=20and=20tools=20fr?= =?UTF-8?q?om=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yml | 2 -- .mise.toml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 3d8ff77..88be230 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -33,5 +33,3 @@ jobs: run: script/build - name: Test run: script/test - - name: Lint - run: script/lint diff --git a/.mise.toml b/.mise.toml index b8b1ccb..c0c7b45 100644 --- a/.mise.toml +++ b/.mise.toml @@ -6,8 +6,6 @@ [tools] act = "0.2.60" "npm:prettier" = "3.2.5" -python = "3.12.2" -yamllint = "1.35.1" [settings] experimental = true