Skip to content

Commit d6f1cbf

Browse files
committed
update ci
1 parent ac6c2fb commit d6f1cbf

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
registry: ghcr.io
7474
username: ${{ github.actor }}
75-
password: ${{ secrets.GITHUB_TOKEN }}
75+
password: ${{ secrets.GH_PAT_FOR_SHIVA }}
7676
- name: Pull Shiva Container
7777
id: shiva-pull
7878
run: docker pull ghcr.io/lit-protocol/shiva:latest

.github/workflows/lint.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
name: lint
2-
on:
3-
pull_request:
4-
push:
5-
branches:
6-
- master
7-
jobs:
8-
linter:
9-
runs-on: ubuntu-latest
10-
timeout-minutes: 10
11-
steps:
12-
- name: Checkout repo
13-
uses: actions/checkout@v2
14-
with:
15-
fetch-depth: 0
16-
- name: Set up Node.js
17-
uses: actions/setup-node@v3
18-
with:
19-
node-version: '18'
20-
cache: 'yarn'
21-
- name: Install rust
22-
uses: dtolnay/[email protected]
23-
- uses: jetli/[email protected]
24-
with:
25-
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
26-
version: 'latest'
27-
- name: Install project dependencies
28-
run: yarn install
29-
- name: Lint
30-
run: yarn nx format:check --all
1+
# name: lint
2+
# on:
3+
# pull_request:
4+
# push:
5+
# branches:
6+
# - master
7+
# jobs:
8+
# linter:
9+
# runs-on: ubuntu-latest
10+
# timeout-minutes: 10
11+
# steps:
12+
# - name: Checkout repo
13+
# uses: actions/checkout@v2
14+
# with:
15+
# fetch-depth: 0
16+
# - name: Set up Node.js
17+
# uses: actions/setup-node@v3
18+
# with:
19+
# node-version: '18'
20+
# cache: 'yarn'
21+
# - name: Install rust
22+
# uses: dtolnay/[email protected]
23+
# - uses: jetli/[email protected]
24+
# with:
25+
# # Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
26+
# version: 'latest'
27+
# - name: Install project dependencies
28+
# run: yarn install
29+
# - name: Lint
30+
# run: yarn nx format:check --all

0 commit comments

Comments
 (0)