Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcbachmann/drone-plugins


https://github.com/marcbachmann/drone-plugins

drone-plugin droneci eslint semantic-release

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DroneCI Plugins

## eslint
```yaml
steps:
- name: eslint
image: marcbachmann/eslint:8.47.0
environment:
# This can be used to report the status to github, the config is optional
GH_TOKEN:
from_secret: GH_TOKEN
```

```bash
cd eslint
docker build -t marcbachmann/eslint:8.47.0 .
docker push marcbachmann/eslint:8.47.0
```