very basic ci

pull/85/head
Vivian 2023-01-24 16:16:35 +01:00
parent 984bc9ef79
commit 483e80dc01
11 changed files with 18 additions and 14 deletions

View File

@ -15,7 +15,6 @@ jobs:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
@ -79,7 +78,6 @@ jobs:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
@ -111,7 +109,6 @@ jobs:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true

8
.woodpecker.yml Normal file
View File

@ -0,0 +1,8 @@
pipeline:
check:
image: nixos/nix:2.13.1
environment:
- NIX_CONFIG=experimental-features = nix-command flakes
commands:
- nix run 'nixpkgs#statix' check
- nix run 'nixpkgs#yamllint' .

View File

@ -1,4 +1,3 @@
---
ignore: |
charts/
docs/
@ -6,8 +5,12 @@ ignore: |
.terraform/
.vscode/
gotk-components.yaml
gotk-sync.yaml
extends: default
rules:
document-start:
level: warning
present: false
empty-lines:
max-end: 1
truthy:

View File

@ -1,4 +1,3 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:

View File

@ -1,4 +1,3 @@
---
apiVersion: v1
kind: Namespace
metadata:

View File

@ -1,4 +1,3 @@
---
apiVersion: v1
kind: Namespace
metadata:

View File

@ -1,4 +1,3 @@
---
apiVersion: v1
kind: Namespace
metadata: