Skip to content

Commit

Permalink
fix(monorepo): removed unused github actions configuration (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpellegrini authored Mar 13, 2024
1 parent b6a0018 commit f014cac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/composite-actions/install/action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: 'Install'
description: 'Sets up Node, and installs dependencies'

inputs:
fetch-depth:
default: '1'
required: false
persist-credentials:
default: true
required: false

runs:
using: composite
steps:
Expand Down
1 change: 0 additions & 1 deletion packages/example-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
".": "./src/index.ts"
},
"scripts": {
"check-types": "tsc --no-emit",
"clean": "del .turbo coverage",
"lint": "eslint .",
"test": "vitest run",
Expand Down

0 comments on commit f014cac

Please sign in to comment.