Skip to content

clean only deployments/localfhenix #155

clean only deployments/localfhenix

clean only deployments/localfhenix #155

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