Skip to content

Feat/rename to repoverse #2

Feat/rename to repoverse

Feat/rename to repoverse #2

Workflow file for this run

# Reusable workflow for PRs; to eject, you can replace this file with
# https://github.com/ryansonshine/ryansonshine/blob/main/.github/workflows/pr.yml
name: Pull Request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun i
- run: bun run build
- run: bun run test
- name: Upload Code Coverage
uses: codecov/[email protected]