Skip to content

chore: updated nuxthub #43

chore: updated nuxthub

chore: updated nuxthub #43

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
jobs:
ci:
runs-on: ubuntu-latest
environment:
name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }}
url: ${{ steps.deploy-testnet.outputs.deployment-url }}
steps:
- uses: actions/checkout@v4
with:
run_install: false
- name: Install pnpm
uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- run: pnpm i -g @antfu/ni
- run: nci
- name: Lint
run: nr lint
- name: Typecheck
run: nr typecheck