Skip to content

Move sharp from optionalDependencies to devDependencies so it isn't forcibly installed for all consumers #292

Move sharp from optionalDependencies to devDependencies so it isn't forcibly installed for all consumers

Move sharp from optionalDependencies to devDependencies so it isn't forcibly installed for all consumers #292

name: Pull Request Workflow
on: pull_request
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: CPU Details
run: lscpu
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.1.37"
- run: bun install --frozen-lockfile
- run: bun run check:environment
- run: bun run check:package-version
env:
GITHUB_API_URL: ${{ env.GITHUB_API_URL }}
GITHUB_REF_NAME: ${{ env.GITHUB_REF_NAME }}
GITHUB_REPOSITORY: ${{ env.GITHUB_REPOSITORY }}
GITHUB_TOKEN: ${{ github.token }}
- run: bun --bun run check:formatting
- run: bun --bun run check:lint-conflicts
- run: bun --bun run check:types
- run: bun run lint:typescript