Skip to content

Fix flutter analyze issues #27

Fix flutter analyze issues

Fix flutter analyze issues #27

Workflow file for this run

name: Rust Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-06-15
override: true
- name: Build
working-directory: ./rust
run: cargo check --verbose