Skip to content

Merge branch 'main' of https://github.com/Anastasia-Labs/direct-offer… #11

Merge branch 'main' of https://github.com/Anastasia-Labs/direct-offer…

Merge branch 'main' of https://github.com/Anastasia-Labs/direct-offer… #11

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm i
- run: pnpm run lint && pnpm run build
- run: pnpm test