very basic ci

This commit is contained in:
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, # this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB # if set to "true" but frees about 6 GB
tool-cache: true tool-cache: true
# all of these default to true, but feel free to set to # all of these default to true, but feel free to set to
# "false" if necessary for your workflow # "false" if necessary for your workflow
android: true android: true
@ -79,7 +78,6 @@ jobs:
# this might remove tools that are actually needed, # this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB # if set to "true" but frees about 6 GB
tool-cache: true tool-cache: true
# all of these default to true, but feel free to set to # all of these default to true, but feel free to set to
# "false" if necessary for your workflow # "false" if necessary for your workflow
android: true android: true
@ -111,7 +109,6 @@ jobs:
# this might remove tools that are actually needed, # this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB # if set to "true" but frees about 6 GB
tool-cache: true tool-cache: true
# all of these default to true, but feel free to set to # all of these default to true, but feel free to set to
# "false" if necessary for your workflow # "false" if necessary for your workflow
android: true 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: | ignore: |
charts/ charts/
docs/ docs/
@ -6,8 +5,12 @@ ignore: |
.terraform/ .terraform/
.vscode/ .vscode/
gotk-components.yaml gotk-components.yaml
gotk-sync.yaml
extends: default extends: default
rules: rules:
document-start:
level: warning
present: false
empty-lines: empty-lines:
max-end: 1 max-end: 1
truthy: truthy:

View file

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

View file

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

View file

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

View file

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