Skip to content

feat: add include_path option #75

feat: add include_path option

feat: add include_path option #75

Workflow file for this run

name: "Check"
on:
push:
branches:
- main
jobs:
cargo_check:
runs-on: ubuntu-latest
steps:
- name: Install libfontconfig1-dev
run: sudo apt install libfontconfig1-dev
- uses: actions/checkout@v4
- name: Run `cargo check`
run: cargo check