Skip to content

doc: update README to use docker #36

doc: update README to use docker

doc: update README to use docker #36

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: format + clippy + tests
run: make ci