Skip to content

Merge pull request #16 from FhenixProtocol/v0.3.x #159

Merge pull request #16 from FhenixProtocol/v0.3.x

Merge pull request #16 from FhenixProtocol/v0.3.x #159

Workflow file for this run

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