Skip to content

docs: update README.md #39

docs: update README.md

docs: update README.md #39

Workflow file for this run

on:
push:
branches: [ main, 'dev/*' ]
pull_request:
name: Build
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run cargo check
run: cargo check