1 Commits

Author SHA1 Message Date
47f249af82 with manager 2022-09-21 22:24:24 +02:00
3 changed files with 0 additions and 13 deletions

View File

@@ -1,9 +0,0 @@
kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: bash
commands:
- echo 'Run tests'

View File

@@ -4,7 +4,6 @@ import (
"context"
"os"
"sync"
"time"
)
const (

View File

@@ -1,3 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}