back interdiff of round #2 and #1

update tangled pipelines #9

open
opened by seiso.moe targeting main from feature/tangled-ci
files
.tangled
ERROR
.tangled/workflows/lint.yml

Failed to calculate interdiff for this file.

ERROR
.tangled/workflows/test.yml

Failed to calculate interdiff for this file.

NEW
.tangled/workflows/staticcheck.yml
···
+
when:
+
- event: ["push", "pull_request", "manual"]
+
branch: ["main"]
+
+
engine: "nixery"
+
+
clone:
+
depth: 1
+
submodules: false
+
+
dependencies:
+
nixpkgs:
+
- go
+
+
steps:
+
- name: "staticcheck"
+
command: |
+
go run honnef.co/go/tools/cmd/staticcheck@latest