Skip to content

Merge pull request #930 from vegaprotocol/feat/fix-getSubMinutes #3362

Merge pull request #930 from vegaprotocol/feat/fix-getSubMinutes

Merge pull request #930 from vegaprotocol/feat/fix-getSubMinutes #3362

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: Install
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Test
run: yarn test
- name: Build
run: yarn build