Skip to content

fix(website): center GitHub button text and remove list bullets from … #25

fix(website): center GitHub button text and remove list bullets from …

fix(website): center GitHub button text and remove list bullets from … #25

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@v4
- uses: dtolnay/rust-toolchain@stable
- name: cargo check
run: cargo check