Skip to content

docs: update README #143

docs: update README

docs: update README #143

Workflow file for this run

name: 2020
on: [push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rustup install 1.50.0
- run: rustup default 1.50.0
- run: rustup component add rustfmt
- run: rustup component add clippy
- run: cargo fmt --all -- --check
working-directory: 2020/
- run: cargo clippy -- -D clippy::all
working-directory: 2020/
- run: cargo build --release
working-directory: 2020/