Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Merge pull request #137 from meshtastic/fix-jsr-publishing #403

Merge pull request #137 from meshtastic/fix-jsr-publishing

Merge pull request #137 from meshtastic/fix-jsr-publishing #403

Workflow file for this run

name: Pull Request
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Check formatting
run: deno fmt --check
- name: Check types
run: deno lint
- name: Publish to JSR
run: npx jsr publish