Skip to content

Update demo.gif with larger font #2

Update demo.gif with larger font

Update demo.gif with larger font #2

Workflow file for this run

name: main CI
on:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: build and test
uses: ./.github/actions/build-and-test