Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@ jobs:
checks:
name: Run checks
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
runs-on: namespace-profile-linux-default
steps:
- name: Checkout Repository
uses: actions/checkout@v7
uses: namespacelabs/nscloud-checkout-action@v9
- name: Setup Node
uses: actions/setup-node@v7

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this intentional? if so, whats the reason?

@jpenilla jpenilla Sep 21, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see it failed without. Seems counter-productive to run extra setup steps though. Would prefer PR to not be insta-merged so this could be reviewed and investigated normally. Will look closer later but this seems a bit like a hack fix at first glance / ideally shouldn't be needed.

with:
node-version: 24
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Set up cache
uses: namespacelabs/nscloud-cache-action@v1
with:
cache: "bun"
- name: Install dependencies
run: bun install
- name: Check formatting
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ bun run deploy
```

Configure Cloudflare Access separately for the actual hostname used by the deployment. Protect the entire hostname, including `/api/*` and the Managed OAuth discovery endpoints. If both a `workers.dev` hostname and a custom hostname are reachable, protect both or disable the unused hostname.

<img src="https://papermc.io/assets/misc/namespace-oss-badge.svg?project=patch-roulette" alt="CI powered by namespace badge" />