Skip to content

Add renovate.json

Add renovate.json #72

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: docker-compose run --rm tests
- name: Run lint
run: docker-compose run --rm lint
- name: Run shellcheck
run: docker-compose run --rm shellcheck