mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🔥 Remove lint and tools from CI
This commit is contained in:
parent
388358ab99
commit
08d64b38da
2 changed files with 0 additions and 4 deletions
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
|
@ -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
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue