Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

chore: temporarily log arweave #688

chore: temporarily log arweave

chore: temporarily log arweave #688

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
push:
branches-ignore:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
step: ['format:check', 'lint:check', 'build', 'test']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: 'yarn'
- run: yarn install
- run: yarn ${{ matrix.step }}