Skip to content

Configure Renovate #116

Configure Renovate

Configure Renovate #116

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "*"
tags-ignore:
- "*"
pull_request:
branches:
- master
jobs:
plugin-lint:
name: Buildkite Plugin Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- run: docker-compose run --rm plugin-lint
lint:
name: Lint bash and markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- run: docker-compose run --rm lint --check