Skip to content

Commit c808dd2

Browse files
Copilotscarlac
andcommitted
Fix missing Bundler in linter workflow by adding gem install bundler step
Co-authored-by: scarlac <[email protected]>
1 parent c0d1ae9 commit c808dd2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
uses: actions/checkout@v3
1818
- name: Install modules
1919
run: yarn
20+
- name: Install Bundler
21+
run: sudo gem install bundler
22+
- name: Install gems
23+
run: cd example && sudo bundle install
2024
- name: Install example
2125
run: yarn bootstrap-linux
2226
- name: Lint

example/.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)