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 ecf3125 commit 860f614
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rtx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
unit:
runs-on: buildjet-8vcpu-ubuntu-2204
container: ghcr.io/jdx/rtx:github-actions
#container: ghcr.io/jdx/rtx:github-actions
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand All @@ -32,18 +32,18 @@ jobs:
shared-key: unit
save-if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
cache-provider: buildjet
# - uses: taiki-e/install-action@v2
# with:
# tool: nextest,just,cargo-deny,cargo-msrv,cargo-machete
# - name: Install direnv/shfmt
# run: sudo apt-get update; sudo apt-get install direnv shfmt
- uses: taiki-e/install-action@v2
with:
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: npm i -g markdown-magic prettier markdownlint-cli
- run: cargo nextest run --all-features
env:
RUST_BACKTRACE: "1"
- run: cargo deny check
- run: cargo msrv verify
- run: cargo machete --with-metadata
- run: npm i -g prettier markdownlint-cli
- run: just render-all lint-fix
- if: github.event_name == 'pull_request'
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 860f614

Please sign in to comment.