Skip to content

Staking workflow e2e test #33

Staking workflow e2e test

Staking workflow e2e test #33

Workflow file for this run

name: lint
on:
pull_request: {}
push:
branches:
- "test"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- run: yarn --version
- run: yarn install --immutable
- run: yarn dedupe --check
- run: yarn pretty:check