Skip to content

print error, remove line break of head of preview window #72

print error, remove line break of head of preview window

print error, remove line break of head of preview window #72

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
paths:
- 'src/**.rs'
env:
CARGO_TERM_COLOR: always
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
cargo fmt
cargo clippy -- -D warnings