.github/workflows/comments.yml in rbs-2.8.0.pre.1 vs .github/workflows/comments.yml in rbs-2.8.0

- old
+ new

@@ -10,25 +10,25 @@ test: runs-on: "ubuntu-latest" container: image: rubylang/ruby:3.1-focal steps: - - uses: actions/checkout@v3 - - name: Install dependencies - run: | - apt-get update - apt-get install -y libdb-dev curl - - name: Update rubygems & bundler - run: | - ruby -v - gem update --system - - name: bundle config set with - run: | - echo "NO_MINITEST=true" >> $GITHUB_ENV - bundle config set --local without 'minitest' - if: "contains(matrix.container_tag, 'master-nightly')" - - name: bin/setup - run: | - bin/setup - - name: Check if `rake annotate` has been executed - run: | - bundle exec rake annotate confirm_annotation + - uses: actions/checkout@v3 + - name: Install dependencies + run: | + apt-get update + apt-get install -y libdb-dev curl + - name: Update rubygems & bundler + run: | + ruby -v + gem update --system + - name: bundle config set with + run: | + echo "NO_MINITEST=true" >> $GITHUB_ENV + bundle config set --local without 'minitest' + if: "contains(matrix.container_tag, 'master-nightly')" + - name: bin/setup + run: | + bin/setup + - name: Check if `rake annotate` has been executed + run: | + bundle exec rake annotate confirm_annotation