diff --git a/.github/workflows/rtx.yml b/.github/workflows/rtx.yml index 684cfdfd9f..568d01b64c 100644 --- a/.github/workflows/rtx.yml +++ b/.github/workflows/rtx.yml @@ -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 @@ -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