caseify 0.1.3

A CLI tool to convert strings between different cases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Taplo

on: [pull_request, push]

jobs:
    taplo:
        runs-on: ubuntu-latest

        steps:
            - name: Checkout repository
              uses: actions/checkout@v4

            - name: Install taplo
              uses: uncenter/setup-taplo@v1

            - name: Chech formatting
              run: taplo format --check