Skip to content

refactor!: migrate to pango and cairo usage #157

refactor!: migrate to pango and cairo usage

refactor!: migrate to pango and cairo usage #157

Workflow file for this run

name: Rustfmt check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: cargo fmt --check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --check