We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d013288 commit 1ddff02Copy full SHA for 1ddff02
2 files changed
.github/workflows/build_test.yml
@@ -117,6 +117,7 @@ jobs:
117
with:
118
ruby-version: ${{ matrix.ruby }}
119
bundler-cache: true
120
+ rubygems: "latest"
121
- name: Restore apt cache
122
id: apt-cache
123
uses: actions/cache@v4
.github/workflows/lint.yml
@@ -17,6 +17,7 @@ jobs:
17
18
ruby-version: "3.0"
19
20
21
- name: Lint Ruby files
22
run: bundle exec standardrb
23
ESLint:
0 commit comments