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 @@ -