Skip to content

v0.1.0-beta.14

v0.1.0-beta.14 #52

Workflow file for this run

name: Tests
on: [push]
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- run: pnpm test
- run: pnpm lint
- run: pnpm build