X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c45402dc43df9a425beae8551e1bc3c5e9565a7..c14a096788981c94dd6d2681d4e6d2898adef3ca:/.github/workflows/cookstyle.yml diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index d9c87c2c1..a9b8b962c 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -10,18 +10,8 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: Setup ruby - uses: actions/setup-ruby@v1.1.3 - - name: Cache gems - uses: actions/cache@v3 + uses: ruby/setup-ruby@v1 with: - path: vendor/bundle - key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }} - restore-keys: | - bundle-${{ runner.OS }}- - - name: Install gems - run: | - gem install bundler - bundle config set deployment true - bundle install --jobs 4 --retry 3 + bundler-cache: true - name: Run cookstyle run: bundle exec cookstyle --format fuubar