Skip to content

feat(actions): add edit action (#22) #69

feat(actions): add edit action (#22)

feat(actions): add edit action (#22) #69

Workflow file for this run

name: Cargo Test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
cargo-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
target: ${{ matrix.target }}
- name: Cargo Test
run: cargo check