🔥 Remove lint and tools from CI

This commit is contained in:
Ben Chatelain 2024-03-31 11:59:14 -06:00
parent 388358ab99
commit 08d64b38da
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View file

@ -33,5 +33,3 @@ jobs:
run: script/build run: script/build
- name: Test - name: Test
run: script/test run: script/test
- name: Lint
run: script/lint

View file

@ -6,8 +6,6 @@
[tools] [tools]
act = "0.2.60" act = "0.2.60"
"npm:prettier" = "3.2.5" "npm:prettier" = "3.2.5"
python = "3.12.2"
yamllint = "1.35.1"
[settings] [settings]
experimental = true experimental = true