Skip to content

Taplo and typos in CI, TOML cleanup #3

Taplo and typos in CI, TOML cleanup

Taplo and typos in CI, TOML cleanup #3

Workflow file for this run

on:
pull_request:
push:
branches:
- master
env:
CARGO_TERM_COLOR: always
SQLX_OFFLINE: true
jobs:
# less demanding jobs use 2vcpu runners
fmt:
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --check
taplo:
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
- uses: uncenter/setup-taplo@v1
with:
version: '0.8.1'
- run: taplo fmt --check