Skip to content

make motd into an option #32

make motd into an option

make motd into an option #32

Workflow file for this run

on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- run: cargo clippy -- --deny warnings