From 7fcc7925af8dbbe8ccbdfbfda8249a4ce0a46905 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:39:45 -0500 Subject: [PATCH 1/5] chore: move to Warp runners for GitHub Actions --- .github/actionlint.yml | 5 +++++ .github/workflows/ci-go-lint.yaml | 2 +- .github/workflows/ci-go-tests.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .github/actionlint.yml diff --git a/.github/actionlint.yml b/.github/actionlint.yml new file mode 100644 index 0000000..3d37cc6 --- /dev/null +++ b/.github/actionlint.yml @@ -0,0 +1,5 @@ +self-hosted-runner: + # Labels of self-hosted runner in array of string + labels: + - warp-ubuntu-latest-arm64-2x + - warp-ubuntu-latest-arm64-16x diff --git a/.github/workflows/ci-go-lint.yaml b/.github/workflows/ci-go-lint.yaml index 14cb093..ce0a5f9 100644 --- a/.github/workflows/ci-go-lint.yaml +++ b/.github/workflows/ci-go-lint.yaml @@ -17,7 +17,7 @@ permissions: jobs: ci-go-lint: - runs-on: ubuntu-24.04 + runs-on: warp-ubuntu-latest-arm64-2x steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ci-go-tests.yaml b/.github/workflows/ci-go-tests.yaml index a0dc02d..f726c59 100644 --- a/.github/workflows/ci-go-tests.yaml +++ b/.github/workflows/ci-go-tests.yaml @@ -17,7 +17,7 @@ permissions: jobs: ci-go-tests: - runs-on: ubuntu-24.04 + runs-on: warp-ubuntu-latest-arm64-16x steps: - uses: actions/checkout@v4 From 3ee8de745fdf28b64baef56c5ddc658222cf819b Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:41:21 -0500 Subject: [PATCH 2/5] fix: markdownlint for PR template --- .github/pull_request_template.md | 2 -- .trunk/configs/.markdownlint.json | 3 ++- README.md | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e62dfbf..76974d6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ - - **Description** Please explain the changes you made here. diff --git a/.trunk/configs/.markdownlint.json b/.trunk/configs/.markdownlint.json index a7c5d5c..449148d 100644 --- a/.trunk/configs/.markdownlint.json +++ b/.trunk/configs/.markdownlint.json @@ -3,5 +3,6 @@ "no-inline-html": false, "no-bare-urls": false, "no-space-in-emphasis": false, - "no-emphasis-as-heading": false + "no-emphasis-as-heading": false, + "first-line-heading": false } diff --git a/README.md b/README.md index 3c9493b..6251714 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -
[![modus](https://github.com/user-attachments/assets/1a6020bd-d041-4dd0-b4a9-ce01dc015b65)](https://github.com/hypermodeinc/modusdb) From d9af67a2a9b484fe23c589571849975d322964e4 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:44:23 -0500 Subject: [PATCH 3/5] add workflow trigger --- .github/workflows/ci-go-lint.yaml | 1 + .github/workflows/ci-go-tests.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci-go-lint.yaml b/.github/workflows/ci-go-lint.yaml index ce0a5f9..be45df1 100644 --- a/.github/workflows/ci-go-lint.yaml +++ b/.github/workflows/ci-go-lint.yaml @@ -10,6 +10,7 @@ on: paths: - "**/*.go" - "**/go.mod" + - .github/workflows/* permissions: contents: read diff --git a/.github/workflows/ci-go-tests.yaml b/.github/workflows/ci-go-tests.yaml index f726c59..8989943 100644 --- a/.github/workflows/ci-go-tests.yaml +++ b/.github/workflows/ci-go-tests.yaml @@ -10,6 +10,7 @@ on: paths: - "**/*.go" - "**/go.mod" + - .github/workflows/* permissions: contents: read From 089930204180945faba499194f47cd7f677b650c Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:54:31 -0500 Subject: [PATCH 4/5] Update actionlint.yml --- .github/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actionlint.yml b/.github/actionlint.yml index 3d37cc6..5484e83 100644 --- a/.github/actionlint.yml +++ b/.github/actionlint.yml @@ -2,4 +2,4 @@ self-hosted-runner: # Labels of self-hosted runner in array of string labels: - warp-ubuntu-latest-arm64-2x - - warp-ubuntu-latest-arm64-16x + - warp-ubuntu-latest-arm64-4x From 620044bac13c6cb1e32becce47cf20e783db5117 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:56:04 -0500 Subject: [PATCH 5/5] Update ci-go-tests.yaml --- .github/workflows/ci-go-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-go-tests.yaml b/.github/workflows/ci-go-tests.yaml index 8989943..69052ed 100644 --- a/.github/workflows/ci-go-tests.yaml +++ b/.github/workflows/ci-go-tests.yaml @@ -18,7 +18,7 @@ permissions: jobs: ci-go-tests: - runs-on: warp-ubuntu-latest-arm64-16x + runs-on: warp-ubuntu-latest-arm64-4x steps: - uses: actions/checkout@v4