From f8e179619760b4f4c9ceb351c6bf48d979b2bbd5 Mon Sep 17 00:00:00 2001 From: AJ Markow Date: Thu, 28 Sep 2023 09:18:43 -0500 Subject: [PATCH] Add action to set up espanso config --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 935c1d7..e6243f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,9 +23,11 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - name: Install espanso + - name: Install Espanso run: | sudo snap install espanso --classic --channel=latest/edge + - name: Start Espanso & Create configuration + run: espanso start - name: Run the default task run: bundle exec rake - name: RSpec