Skip to content

Add FreeBSD port to the README (#63) #41

Add FreeBSD port to the README (#63)

Add FreeBSD port to the README (#63) #41

Workflow file for this run

name: lint
on:
push:
branches: [ "main" ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Format
run: cargo fmt --check
- name: Clippy
run: cargo clippy -- -Dwarnings