Skip to content

chore: typo in week2-05-manifest.md #73

chore: typo in week2-05-manifest.md

chore: typo in week2-05-manifest.md #73

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