josoavj / restyler

The restyling process, as a CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restyler

The restyling process, as a CLI.

Usage

GitHub Actions

- uses: actions/checkout@v4
  with:
    ref: ${{ github.event.pull_request.head.ref }}
- uses: restyled-io/restyler/actions/setup@v1
- uses: restyled-io/restyler/actions/run@v1

Locally

curl --proto '=https' --tlsv1.2 -sSf \
  https://raw.githubusercontent.com/restyled-io/restyler/main/install | sudo sh
restyle --help

Development

just

Requires stack.

Tests

just test

Integration

End-to-end test that restyles an example Pull Request:

just test-integration

LICENSE

Restyled is source-available, Commons Claused licensed. For a detailed description of another project's rationale for this licensing model, one with which I agree, see here.


CHANGELOG | LICENSE | CONTRIBUTING

About

The restyling process, as a CLI

License:Other


Languages

Language:Haskell 95.3%Language:Shell 2.1%Language:Just 1.3%Language:Dockerfile 1.3%