Add LDC mode 2, which allows code from memory (#611) #573
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mdbook checks | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
mdbook-build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions-rs/toolchain@v1 | |
with: | |
profile: minimal | |
toolchain: stable | |
- name: mdbook build | |
uses: peaceiris/actions-mdbook@v1 | |
with: | |
mdbook-version: "0.4.21" |