Skip to content

Commit

Permalink
add empty package.json and yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 11, 2024
1 parent 0781407 commit 578f1af
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ bin-release/
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
**/node_modules/
**/.DS_Store
**/dist
**/yarn-error.log
lerna-debug.log
1 change: 0 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ runs:
with:
node-version: "20.x"
cache: "yarn"
check-latest: false

- name: Setup helm
uses: azure/setup-helm@v3
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "starship-action",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:cosmology-tech/starship-action.git",
"author": "Anmol1696 <[email protected]>",
"license": "MIT"
}
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit 578f1af

Please sign in to comment.