Skip to content

Commit

Permalink
Reverted unnecessary changes to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Dec 24, 2024
1 parent 1dac342 commit 1e1b6a0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 29 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install buf
run: |
curl -sSL https://github.com/bufbuild/buf/releases/download/v1.47.2/buf-Linux-x86_64 -o /usr/local/bin/buf
chmod +x /usr/local/bin/buf
buf --version
- name: Ensure local plugins are executable
run: ls -l && chmod +x ./packages/cosmos/bin/protoc-gen-grpc-gateway-ts
- name: Authenticate buf
run: echo $BUF_TOKEN | buf registry login --token-stdin
env:
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
- run: yarn
- run: yarn lint:all
- run: yarn build:all
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
- uses: browser-actions/setup-chrome@v1
- run: chrome --version

- name: Install buf
run: |
curl -sSL https://github.com/bufbuild/buf/releases/download/v1.47.2/buf-Linux-x86_64 -o /usr/local/bin/buf
chmod +x /usr/local/bin/buf
buf --version
- name: Install dependencies
run: yarn install

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/deploydocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
with:
node-version: 18

- name: Install buf
run: |
curl -sSL https://github.com/bufbuild/buf/releases/download/v1.47.2/buf-Linux-x86_64 -o /usr/local/bin/buf
chmod +x /usr/local/bin/buf
buf --version
- name: Install Dependencies
run: yarn

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
with:
node-version: 18

- name: Install buf
run: |
curl -sSL https://github.com/bufbuild/buf/releases/download/v1.47.2/buf-Linux-x86_64 -o /usr/local/bin/buf
chmod +x /usr/local/bin/buf
buf --version
- name: Install Dependencies
run: yarn

Expand Down

0 comments on commit 1e1b6a0

Please sign in to comment.