From d80edc3b322952e82e5024d70640ffed4bee4641 Mon Sep 17 00:00:00 2001 From: 12ball Date: Sun, 22 Dec 2024 10:13:07 -0600 Subject: [PATCH 1/2] Remove LFS from CI checkout, run bundle in CI checkout. --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3883d2e..ea80257 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,6 @@ jobs: steps: - name: check out this repo uses: actions/checkout@v4 - with: - lfs: true - name: setup ruby uses: ruby/setup-ruby@v1 with: @@ -24,11 +22,12 @@ jobs: - name: lint frontend code run: | bun i - bun run biome ci --verbose + bun run biome ci - name: lint ruby code run: | + bundle bundle exec rubocop - - name: run frontend build was run + - name: run frontend build run: | bundle exec rake build - name: check for TODOs From 7a53bdda556a9937006182c5a58cacdc17cc6a7b Mon Sep 17 00:00:00 2001 From: 12ball Date: Sun, 22 Dec 2024 10:14:59 -0600 Subject: [PATCH 2/2] Run rake fmt --- chikorita/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chikorita/src/App.css b/chikorita/src/App.css index e1efbc8..5ba81be 100644 --- a/chikorita/src/App.css +++ b/chikorita/src/App.css @@ -38,4 +38,4 @@ textarea { textarea { border: 1px solid black; -} \ No newline at end of file +}