Skip to content

Initialize JWT and protected routes (#4) #8

Initialize JWT and protected routes (#4)

Initialize JWT and protected routes (#4) #8

Workflow file for this run

name: build api
on:
push:
branches: [main]
paths:
- "packages/api/**"
- "Cargo.toml"
- "Cargo.lock"
pull_request:
branches: [main]
paths:
- "packages/api/**"
- "Cargo.toml"
- "Cargo.lock"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: rustup toolchain install stable --profile minimal
- uses: extractions/setup-just@v2
- name: build
run: just build-api