From 38f463a2fad7264a4971850f5c04bbeb1da0883a Mon Sep 17 00:00:00 2001 From: Sebastian Pietras Date: Sat, 20 Jul 2024 21:43:26 +0200 Subject: [PATCH] Fetched template changes (#61) --- .copier-answers.yaml | 2 +- .trunk/trunk.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 1965c9d..8d84cfd 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 0.3.1 +_commit: 0.4.0 _src_path: gh:radio-aktywne/template-app-liquidsoap accountname: radio-aktywne appname: fusion diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 5526db0..767729e 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -54,8 +54,10 @@ lint: run: >- liquidsoap --check - ${target} + main.liq + run_from: ${target_directory} success_codes: [0, 1] + target: ${parent_with(main.liq)} # Nix formatting check (local) - name: nix-fmt-check files: [nix]