Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 5, 2023
1 parent bf3af65 commit 5cee91e
Show file tree
Hide file tree
Showing 5 changed files with 8,791 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nvmrc=~/.nvm/nvm.sh
source $nvmrc
nvm use
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v3
- name: Validate renovate.json
run: npx --package renovate -c 'renovate-config-validator'
- uses: peaceiris/workflows/setup-node@v0.18.0
with:
node-version-file: '.nvmrc'
- run: npm test

setup-docker:
runs-on: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*~
.DS_Store
.vscode
node_modules
Loading

0 comments on commit 5cee91e

Please sign in to comment.