From 681f64fca50d8f0757e39acb9a53ed913572897c Mon Sep 17 00:00:00 2001 From: AJ Markow Date: Thu, 28 Sep 2023 09:31:45 -0500 Subject: [PATCH] Remove espanso start actions step --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 598faae..92a07a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,8 +30,6 @@ jobs: run: espanso service register - name: Log Espanso State (for debugging) run: espanso log - - name: Start Espanso & Create configuration - run: espanso start - name: Run the default task run: bundle exec rake - name: RSpec