Skip to content

Commit

Permalink
Add action to set up espanso config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmarkow committed Sep 28, 2023
1 parent 6a2069c commit f8e1796
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8e1796

Please sign in to comment.