.github/workflows/ci.yml in rspec-trace-formatter-0.1.0 vs .github/workflows/ci.yml in rspec-trace-formatter-0.2.0
- old
+ new
@@ -10,10 +10,10 @@
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
- ruby-version: 2.7
+ ruby-version: 3.0
- name: StandardRB Lint
run: |
gem install standardrb
standardrb --no-fix --format github
tests: