Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcbachmann/drone-plugins
- Owner: marcbachmann
- Created: 2018-03-21T23:04:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T18:00:42.000Z (9 months ago)
- Last Synced: 2024-04-14T14:40:20.381Z (9 months ago)
- Topics: drone-plugin, droneci, eslint, semantic-release
- Language: JavaScript
- Size: 251 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```