Skip to content

Minimal set of fixes to build a burner mining drill, sadly still all … #802

Minimal set of fixes to build a burner mining drill, sadly still all …

Minimal set of fixes to build a burner mining drill, sadly still all … #802

Workflow file for this run

on:
push: {}
pull_request: {}
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: 'stylua --check'
shell: bash
run: |
cargo install --version 0.20.0 stylua --features lua52
stylua --check . -v