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 1482e91 commit c101335Copy full SHA for c101335
.github/workflows/test.yml
@@ -102,6 +102,17 @@ jobs:
102
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
103
run: gem install sassc -N
104
105
+ testExactBundlerVersion:
106
+ name: "Test with an exact Bundler version"
107
+ runs-on: ubuntu-latest
108
+ steps:
109
+ - uses: actions/checkout@v2
110
+ - uses: ./
111
+ with:
112
+ ruby-version: 2.6
113
+ bundler: 2.1.4
114
+ - run: bundle --version | grep -F 2.1.4
115
+
116
lint:
117
runs-on: ubuntu-20.04
118
steps:
0 commit comments