Skip to content

GH Actions publish-on-merge #10

GH Actions publish-on-merge

GH Actions publish-on-merge #10

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [develop]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun eslint
- run: bun test
- run: bun run build