Skip to content

Fix BnaPost wrapper #312

Fix BnaPost wrapper

Fix BnaPost wrapper #312

Workflow file for this run

name: ci-rust
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
- name: Lint markdown files
run: just lint-md
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4