marcbachmann / drone-plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DroneCI Plugins

eslint

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
cd eslint
docker build -t marcbachmann/eslint:8.47.0 .
docker push marcbachmann/eslint:8.47.0

About


Languages

Language:JavaScript 85.7%Language:Dockerfile 14.3%