Skip to content

feat: add async api #841

feat: add async api

feat: add async api #841

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Lint TOML
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Install Taplo
uses: actions-rs/cargo@v1
with:
command: install
args: taplo-cli --locked
- name: Lint
run: |
taplo check --default-schema-catalogs
taplo fmt --check --diff