Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gaplo917/ci-prettier
- Owner: gaplo917
- Created: 2022-09-08T03:05:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T03:50:37.000Z (about 2 years ago)
- Last Synced: 2024-02-24T23:32:42.631Z (8 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ci-prettier
CI Image for prettier linting# Build in Mac
```shell
docker buildx create --use desktop-linuxdocker buildx build --platform linux/amd64 --push . -t gaplo917/ci-prettier:latest
```