Skip to content

Add renovate.json

Add renovate.json #212

Workflow file for this run

---
name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: "./roles/commons/files/bashrc.d"