Skip to content

Commit

Permalink
feat: Remove commit validator CI action from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed May 18, 2024
1 parent bb0db9b commit 13d63fd
Show file tree
Hide file tree
Showing 17 changed files with 113 additions and 959 deletions.
110 changes: 29 additions & 81 deletions package.json-scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@
"isGlobal": false,
"isRootManifest": false
},
{
"manifestPath": "packages/action-commit-validator/package.json",
"projectName": "@kitten-science/action-commit-validator",
"scriptName": "build",
"scriptCode": "yarn tsc",
"isGlobal": false,
"isRootManifest": false
},
{
"manifestPath": "packages/action-label-manager/package.json",
"projectName": "@kitten-science/action-label-manager",
"scriptName": "build",
"scriptCode": "yarn tsc",
"isGlobal": false,
"isRootManifest": false
},
{
"manifestPath": "packages/action-release-info/package.json",
"projectName": "@kitten-science/action-release-info",
Expand Down Expand Up @@ -58,22 +42,6 @@
"isGlobal": false,
"isRootManifest": false
},
{
"manifestPath": "packages/action-commit-validator/package.json",
"projectName": "@kitten-science/action-commit-validator",
"scriptName": "clean",
"scriptCode": "rm -rf ./build ./tsconfig.tsbuildinfo",
"isGlobal": false,
"isRootManifest": false
},
{
"manifestPath": "packages/action-label-manager/package.json",
"projectName": "@kitten-science/action-label-manager",
"scriptName": "clean",
"scriptCode": "rm -rf ./build ./tsconfig.tsbuildinfo",
"isGlobal": false,
"isRootManifest": false
},
{
"manifestPath": "packages/action-release-info/package.json",
"projectName": "@kitten-science/action-release-info",
Expand Down Expand Up @@ -210,30 +178,46 @@
"manifestPath": "package.json",
"projectName": "kitten-scientists",
"scriptName": "lint:all",
"scriptCode": "eslint . --ext .ts && prettier --check packages",
"scriptCode": "yarn run lint:eslint && yarn run lint:prettier",
"isGlobal": true,
"isRootManifest": true,
"description": "Check source code for style issues."
},
{
"manifestPath": "packages/action-automatic-releases/package.json",
"projectName": "@kitten-science/action-automatic-releases",
"scriptName": "test",
"scriptCode": "node --enable-source-maps $(yarn bin mocha) ./build/*.test.js",
"isGlobal": false,
"manifestPath": "package.json",
"projectName": "kitten-scientists",
"scriptName": "lint:eslint",
"scriptCode": "eslint . --ext .ts",
"isGlobal": true,
"isRootManifest": true
},
{
"manifestPath": "package.json",
"projectName": "kitten-scientists",
"scriptName": "lint:prettier",
"scriptCode": "prettier --check packages",
"isGlobal": true,
"isRootManifest": true
},
{
"manifestPath": "packages/snapshot-analyzer/package.json",
"projectName": "@kitten-science/snapshot-analyzer",
"scriptName": "snapshot-analyzer:build",
"scriptCode": "vite build",
"isGlobal": true,
"isRootManifest": false
},
{
"manifestPath": "packages/action-commit-validator/package.json",
"projectName": "@kitten-science/action-commit-validator",
"scriptName": "test",
"scriptCode": "node --enable-source-maps $(yarn bin mocha) ./build/*.test.js",
"isGlobal": false,
"manifestPath": "packages/snapshot-analyzer/package.json",
"projectName": "@kitten-science/snapshot-analyzer",
"scriptName": "snapshot-analyzer:serve",
"scriptCode": "vite serve",
"isGlobal": true,
"isRootManifest": false
},
{
"manifestPath": "packages/action-label-manager/package.json",
"projectName": "@kitten-science/action-label-manager",
"manifestPath": "packages/action-automatic-releases/package.json",
"projectName": "@kitten-science/action-automatic-releases",
"scriptName": "test",
"scriptCode": "node --enable-source-maps $(yarn bin mocha) ./build/*.test.js",
"isGlobal": false,
Expand Down Expand Up @@ -273,24 +257,6 @@
"isRootManifest": false,
"description": "Runs unit tests in all workspaces and collects code coverage information."
},
{
"manifestPath": "packages/action-commit-validator/package.json",
"projectName": "@kitten-science/action-commit-validator",
"scriptName": "test:coverage",
"scriptCode": "c8 --reporter html-spa --reporter text node --enable-source-maps $(yarn bin mocha) ./build/*.test.js",
"isGlobal": true,
"isRootManifest": false,
"description": "Runs unit tests in all workspaces and collects code coverage information."
},
{
"manifestPath": "packages/action-label-manager/package.json",
"projectName": "@kitten-science/action-label-manager",
"scriptName": "test:coverage",
"scriptCode": "c8 --reporter html-spa --reporter text node --enable-source-maps $(yarn bin mocha) ./build/*.test.js",
"isGlobal": true,
"isRootManifest": false,
"description": "Runs unit tests in all workspaces and collects code coverage information."
},
{
"manifestPath": "packages/action-release-info/package.json",
"projectName": "@kitten-science/action-release-info",
Expand Down Expand Up @@ -318,24 +284,6 @@
"isRootManifest": false,
"description": "Runs unit tests and lets you attach a debugger."
},
{
"manifestPath": "packages/action-commit-validator/package.json",
"projectName": "@kitten-science/action-commit-validator",
"scriptName": "test:inspect",
"scriptCode": "node $(yarn bin mocha) --inspect ./build/*.test.js",
"isGlobal": true,
"isRootManifest": false,
"description": "Runs unit tests and lets you attach a debugger."
},
{
"manifestPath": "packages/action-label-manager/package.json",
"projectName": "@kitten-science/action-label-manager",
"scriptName": "test:inspect",
"scriptCode": "node $(yarn bin mocha) --inspect ./build/*.test.js",
"isGlobal": true,
"isRootManifest": false,
"description": "Runs unit tests and lets you attach a debugger."
},
{
"manifestPath": "packages/action-release-info/package.json",
"projectName": "@kitten-science/action-release-info",
Expand Down
39 changes: 0 additions & 39 deletions packages/action-commit-validator/action.yml

This file was deleted.

45 changes: 0 additions & 45 deletions packages/action-commit-validator/package.json

This file was deleted.

38 changes: 0 additions & 38 deletions packages/action-commit-validator/source/CommitValidator.test.ts

This file was deleted.

96 changes: 0 additions & 96 deletions packages/action-commit-validator/source/CommitValidator.ts

This file was deleted.

Loading

0 comments on commit 13d63fd

Please sign in to comment.