Skip to content

Commit

Permalink
fix: save
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Jun 19, 2024
1 parent 474c914 commit 2472200
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
submodules: true

- name: Git Submodule Update
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Setup NodeJS and npm
uses: actions/setup-node@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test-ts-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
submodules: true

- name: Git Submodule Update
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Setup NodeJS with yarn caching
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ src/gql/utils/generated.ts
src/gql/utils/schema.graphql
dist
**/node_modules/*
/nibiru
/cosmos-sdk

reports
junit.xml
Expand Down
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

0 comments on commit 2472200

Please sign in to comment.