Skip to content

Skip lines with invalid UTF-8 encoding in boot output #27

Skip lines with invalid UTF-8 encoding in boot output

Skip lines with invalid UTF-8 encoding in boot output #27

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
all:
runs-on: macOS-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy --workspace --no-deps