mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-26 07:44:23 +00:00
build: remove build
, format
, and lint
scripts
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
parent
0f86aa61f6
commit
f479ff37f9
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@ -19,13 +19,16 @@ jobs:
|
|||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Check Formatting
|
- name: Check Formatting
|
||||||
run: pnpm format && git diff --exit-code HEAD
|
run: pnpm prettier --check .
|
||||||
|
|
||||||
- name: Check Lint
|
- name: Check Lint
|
||||||
run: pnpm lint
|
run: pnpm eslint
|
||||||
|
|
||||||
|
- name: Check Types
|
||||||
|
run: pnpm tsc --noEmit
|
||||||
|
|
||||||
- name: Test Action
|
- name: Test Action
|
||||||
run: pnpm test
|
run: pnpm test
|
||||||
|
|
||||||
- name: Build Action
|
- name: Build Action
|
||||||
run: pnpm build && git diff --exit-code HEAD
|
run: pnpm rollup -c && git diff --exit-code dist
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
|
||||||
"format": "prettier --write --cache .",
|
|
||||||
"lint": "eslint",
|
|
||||||
"test": "vitest run"
|
"test": "vitest run"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user