Skip to content

Commit

Permalink
idea
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 7, 2023
1 parent 8f326d8 commit 396db35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rtx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
RTX_TRUSTED_CONFIG_PATHS: ${{ github.workspace }}

jobs:
unit:
Expand All @@ -36,14 +37,12 @@ jobs:
# tool: nextest,just,cargo-deny,cargo-msrv,cargo-machete
# - name: Install direnv/shfmt
# run: sudo apt-get update; sudo apt-get install direnv shfmt
- run: sudo apt-get update; sudo apt-get install shfmt shellcheck
- run: cargo nextest run --all-features
env:
RUST_BACKTRACE: "1"
- run: cargo deny check
- run: cargo msrv verify
- run: cargo machete --with-metadata
- uses: taiki-e/install-action@just
- run: npm i -g prettier markdownlint-cli
- run: just render-all lint-fix
- if: github.event_name == 'pull_request'
Expand Down
5 changes: 4 additions & 1 deletion packaging/github-actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ RUN apt-get update \
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \
&& apt-get update && apt-get install -y --no-install-recommends nodejs \
&& node -v \
&& npm i -g markdown-magic \
&& npm i -g \
markdown-magic \
markdownlint-cli \
prettier \
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
&& curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash \
&& rustup install stable && rustup default stable \
Expand Down

0 comments on commit 396db35

Please sign in to comment.