Skip to content

Bump version: 0.3.4 → 0.4.0 #43

Bump version: 0.3.4 → 0.4.0

Bump version: 0.3.4 → 0.4.0 #43

Workflow file for this run

name: Review
on: [push, pull_request]
jobs:
review:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install
- name: Run linters
run: yarn lint
- name: Run tests
run: yarn spago test