Skip to content

Bump workflows

Bump workflows #236

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: yarn install
- run: yarn lint
- run: yarn test
- run: yarn build