Skip to content

implement welcome and help screens for better onboarding #27

implement welcome and help screens for better onboarding

implement welcome and help screens for better onboarding #27

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
merge_group:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check
run: cargo check
- name: Clippy
run: cargo clippy --workspace --all-targets -- -D warnings