]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Switch to bundler 2.x
[chef.git] / .github / workflows / cookstyle.yml
index f77ac78cefdc43c1604a7a5e9823441343a23916..274884da318c426324ae4cdcd805660ebbb627c9 100644 (file)
@@ -1,4 +1,4 @@
-name: Coookstyle
+name: Cookstyle
 on:
   - push
   - pull_request
@@ -8,9 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Check out code
-      uses: actions/checkout@v1
-      with:
-        fetch-depth: 1
+      uses: actions/checkout@v2
     - name: Setup ruby
       uses: actions/setup-ruby@v1
     - name: Cache gems
@@ -22,7 +20,8 @@ jobs:
           bundle-${{ runner.OS }}-
     - name: Install gems
       run: |
-        gem install bundler --version "~> 1.17"
-        bundle install --jobs 4 --retry 3 --deployment
+        gem install bundler
+        bundle config set deployment true
+        bundle install --jobs 4 --retry 3
     - name: Run cookstyle
       run: bundle exec cookstyle --format fuubar