Skip to content

chore(deps): update renovatebot/github-action action to v46.1.9 #11

chore(deps): update renovatebot/github-action action to v46.1.9

chore(deps): update renovatebot/github-action action to v46.1.9 #11

Workflow file for this run

name: PR Build
on:
pull_request:
jobs:
test:
if: startsWith(github.head_ref, 'renovate/')
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno install
- run: deno task build