Flattening Legacy C++ APIs for Rust Integration #602
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Run tests | |
on: | |
pull_request: | |
branches: | |
- "main" | |
push: | |
branches: | |
- "main" | |
jobs: | |
clojure: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Install clojure tools | |
uses: DeLaGuardo/[email protected] | |
with: | |
bb: 1.3.186 | |
- name: lint categories | |
run: bb lint_tags.bb |