Skip to content

docs: update readme.md #10

docs: update readme.md

docs: update readme.md #10

Workflow file for this run

name: catgirls_anytime
on:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust :3
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- name: owo
run: cargo build
- name: nya~
run: cargo test --verbose