Skip to content

Merge pull request #253 from masa-finance/codeowners-update #811

Merge pull request #253 from masa-finance/codeowners-update

Merge pull request #253 from masa-finance/codeowners-update #811

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build