Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaplo917/ci-prettier

CI Image for prettier linting
https://github.com/gaplo917/ci-prettier

Last synced: 28 days ago
JSON representation

CI Image for prettier linting

Awesome Lists containing this project

README

        

# ci-prettier
CI Image for prettier linting

# Build in Mac
```shell
docker buildx create --use desktop-linux

docker buildx build --platform linux/amd64 --push . -t gaplo917/ci-prettier:latest
```