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