mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Merge branch 'trunk' into constrain_run_low_level
This commit is contained in:
commit
a806daf1a5
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ check-rustfmt:
|
||||||
RUN cargo fmt --all -- --check
|
RUN cargo fmt --all -- --check
|
||||||
|
|
||||||
check-typos:
|
check-typos:
|
||||||
RUN cargo install typos-cli
|
RUN cargo install --version 1.0.11 typos-cli
|
||||||
COPY --dir .github ci cli compiler docs editor examples nightly_benches packages roc_std www *.md LEGAL_DETAILS shell.nix ./
|
COPY --dir .github ci cli compiler docs editor examples nightly_benches packages roc_std www *.md LEGAL_DETAILS shell.nix ./
|
||||||
RUN typos
|
RUN typos
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue