File tree Expand file tree Collapse file tree 2 files changed +31
-31
lines changed Expand file tree Collapse file tree 2 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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- 23- 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+ 23+ 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
You can’t perform that action at this time.
0 commit comments