Skip to content

Fix hive cli workspace to funciton with new testcandidate location, u… #83

Fix hive cli workspace to funciton with new testcandidate location, u…

Fix hive cli workspace to funciton with new testcandidate location, u… #83

Workflow file for this run

# Format code
on:
push:
branches: [master, staging, trying]
pull_request:
merge_group:
name: Check formatting
jobs:
rustfmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: ./.github/actions/setup
with:
components: rustfmt
- name: Run cargo fmt
run: cargo fmt --check