Skip to content

Normalize GeoIP host binding for Railway #112

Normalize GeoIP host binding for Railway

Normalize GeoIP host binding for Railway #112

Workflow file for this run

name: CI
on:
pull_request: {}
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check-types:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.1
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Check types
run: bun run check-types
- name: Build example integration app
run: bun run build --filter @cossistant/example-nextjs-tailwind