Skip to content

chore: add answers for test your understanding week 1 day 1-3 #93

chore: add answers for test your understanding week 1 day 1-3

chore: add answers for test your understanding week 1 day 1-3 #93

Workflow file for this run

name: CI (pull request)
on:
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: setup rust toolchain
run: rustup show
- uses: taiki-e/install-action@nextest
- uses: taiki-e/install-action@mdbook
- name: check and build
run: cargo x ci