Skip to content

expanded README, added toml, csv, yaml dumpers, anthropic provider #107

expanded README, added toml, csv, yaml dumpers, anthropic provider

expanded README, added toml, csv, yaml dumpers, anthropic provider #107

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: [main, beta]
jobs:
autofix:
if: ${{ github.repository_owner == 'wi2trier' }}
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
with:
extra-conf: |
accept-flake-config = true
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix fmt
- uses: autofix-ci/[email protected]
with:
commit-message: "chore: reformat code"