Skip to content

Merge pull request #20 from book-io/add-some-missing-endpoints #10

Merge pull request #20 from book-io/add-some-missing-endpoints

Merge pull request #20 from book-io/add-some-missing-endpoints #10

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Build
run: cargo build --verbose