Skip to content

docs: updating react example to use a jwt api #112

docs: updating react example to use a jwt api

docs: updating react example to use a jwt api #112

Workflow file for this run

name: format
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
format:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
./scripts/format