mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-25 15:24:22 +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
|
||||
|
||||
- name: Check Formatting
|
||||
run: pnpm format && git diff --exit-code HEAD
|
||||
run: pnpm prettier --check .
|
||||
|
||||
- name: Check Lint
|
||||
run: pnpm lint
|
||||
run: pnpm eslint
|
||||
|
||||
- name: Check Types
|
||||
run: pnpm tsc --noEmit
|
||||
|
||||
- name: Test Action
|
||||
run: pnpm test
|
||||
|
||||
- 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,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"format": "prettier --write --cache .",
|
||||
"lint": "eslint",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user