Skip to content

ci(library-selection): #205 acceptance + bench workflows + bench/ stub #438

ci(library-selection): #205 acceptance + bench workflows + bench/ stub

ci(library-selection): #205 acceptance + bench workflows + bench/ stub #438

Workflow file for this run

name: Formatting
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
fmt:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup soldr
id: setup-soldr
uses: zackees/setup-soldr@v0
with:
cache: true
build-cache: true
target-cache: false
- name: Check formatting
run: soldr cargo fmt --all -- --check