Skip to content

Merge branch 'main' of https://github.com/Ahdeyyy/paystack-api #40

Merge branch 'main' of https://github.com/Ahdeyyy/paystack-api

Merge branch 'main' of https://github.com/Ahdeyyy/paystack-api #40

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
name: build-app
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Lint and build package
run: bun run lint && bun run build