commit 27b63acb8451c70fcf9084ac5bc0cc1e79945672
parent 01085bfda2462360a0846cb18d4f78621a1f755f
Author: mtmn <miro@haravara.org>
Date: Sun, 3 May 2026 00:37:29 +0200
fix: cleanup components
Diffstat:
5 files changed, 0 insertions(+), 95 deletions(-)
diff --git a/.pinact.yaml b/.pinact.yaml
@@ -1,16 +0,0 @@
-# yaml-language-server: $schema=https://raw.githubusercontent.com/suzuki-shunsuke/pinact/refs/heads/main/json-schema/pinact.json
-# pinact - https://github.com/suzuki-shunsuke/pinact
-version: 3
-# files:
-# - pattern: action.yaml
-# - pattern: */action.yaml
-
-# separator: " # "
-
-ignore_actions:
-# - name: slsa-framework/slsa-github-generator/\.github/workflows/generator_generic_slsa3\.yml
-# ref: v\d+\.\d+\.\d+
-# - name: actions/.*
-# ref: main
-# - name: suzuki-shunsuke/.*
-# ref: release-.*
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
@@ -1,3 +0,0 @@
-{
- ".": "2.11.0"
-}
diff --git a/devenv.lock b/devenv.lock
@@ -1,65 +0,0 @@
-{
- "nodes": {
- "devenv": {
- "locked": {
- "dir": "src/modules",
- "lastModified": 1776080969,
- "narHash": "sha256-2uZxF6q0KOIH8tq3r65ZCz7dM+XYP3avtRP8IBq5zYY=",
- "owner": "cachix",
- "repo": "devenv",
- "rev": "8d558a84fa38242a7f13781670fee1a6a8902b48",
- "type": "github"
- },
- "original": {
- "dir": "src/modules",
- "owner": "cachix",
- "repo": "devenv",
- "type": "github"
- }
- },
- "nixpkgs": {
- "inputs": {
- "nixpkgs-src": "nixpkgs-src"
- },
- "locked": {
- "lastModified": 1776097194,
- "narHash": "sha256-XD4DsgNcfXC5nlCxlAcCP5hSjTYlgLXEIoTj7fKkQg4=",
- "owner": "cachix",
- "repo": "devenv-nixpkgs",
- "rev": "6e8a07b02f6f8557ffab71274feac9827bcc2532",
- "type": "github"
- },
- "original": {
- "owner": "cachix",
- "ref": "rolling",
- "repo": "devenv-nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs-src": {
- "flake": false,
- "locked": {
- "lastModified": 1775888245,
- "narHash": "sha256-nwASzrRDD1JBEu/o8ekKYEXm/oJW6EMCzCRdrwcLe90=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "13043924aaa7375ce482ebe2494338e058282925",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixpkgs-unstable",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "root": {
- "inputs": {
- "devenv": "devenv",
- "nixpkgs": "nixpkgs"
- }
- }
- },
- "root": "root",
- "version": 7
-}
diff --git a/devenv.nix b/devenv.nix
@@ -1,3 +0,0 @@
-{
- cachix.push = "corpus";
-}
diff --git a/release-please-config.json b/release-please-config.json
@@ -1,8 +0,0 @@
-{
- "packages": {
- ".": {
- "release-type": "node",
- "include-component-in-tag": false
- }
- }
-}