Skip to content

Commit

Permalink
fix: tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Sep 25, 2024
1 parent 4c067bd commit 007294b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dev_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
fi
- name: Check Python format
run: |
pip3 install black
black --check python
- name: Check Rust format
run: |
Expand Down Expand Up @@ -112,4 +111,6 @@ jobs:
steps:
- run: git config --global --add safe.directory '*'
- uses: actions/checkout@v4
- run: ls
- run: pwd
- run: cargo clippy --workspace --all-targets --all-features --manifest-path rust/Cargo.toml -- -D warnings
6 changes: 3 additions & 3 deletions docker/Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN TZ=Asia/Shanghai DEBIAN_FRONTEND=noninteractive apt-get -y update && \
make \
gcc && \
make build && \
pip3 install black && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
rm -rf /examples

RUN rustup default stable && cargo install --locked taplo-cli

RUN rm -rf /examples

0 comments on commit 007294b

Please sign in to comment.