Skip to content

fix: update rodney osodo's about section and website link #17

fix: update rodney osodo's about section and website link

fix: update rodney osodo's about section and website link #17

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install
- name: Run Lint
run: bun run lint
- name: Run Build
run: bun run build