Skip to content

Resharding V3 - state witness, implementation (#577) #725

Resharding V3 - state witness, implementation (#577)

Resharding V3 - state witness, implementation (#577) #725

Workflow file for this run

name: CI
on: [push]
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Build Docusaurus docs
run: |
cd website && npm install
npm run build
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}