Skip to content

Commit

Permalink
Merge pull request #138 from TriPSs/improvements
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
TriPSs authored Aug 6, 2023
2 parents 3eb5883 + 2887d11 commit 5d0a2f6
Show file tree
Hide file tree
Showing 32 changed files with 239,080 additions and 66,429 deletions.
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"workspaces": true,
"packageManager": "yarn",
"format": ["group", "repo"],
"reject": ["@nrwl/*", "nx"]
"reject": ["@nx/*", "nx"]
}
31 changes: 5 additions & 26 deletions actions/plan/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,17 @@
{
"extends": [
"../../.eslintrc.json"
],
"ignorePatterns": [
"!**/*"
],
"rules": {},
"extends": ["../../.eslintrc.json"],
"ignorePatterns": ["!**/*"],
"overrides": [
{
"files": [
"*.ts",
"*.tsx",
"*.js",
"*.jsx"
],
"parserOptions": {
"project": [
"actions/plan/tsconfig.*?.json"
]
},
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {}
},
{
"files": [
"*.ts",
"*.tsx"
],
"files": ["*.ts", "*.tsx"],
"rules": {}
},
{
"files": [
"*.js",
"*.jsx"
],
"files": ["*.js", "*.jsx"],
"rules": {}
}
]
Expand Down
5 changes: 5 additions & 0 deletions actions/plan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ inputs:
targets:
description: 'For what targets do we need to plan'
required: true

affectedOnly:
description: 'Only plan for affected projects'
required: true
default: 'true'
Loading

0 comments on commit 5d0a2f6

Please sign in to comment.