We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a239b9d commit d9ccf0cCopy full SHA for d9ccf0c
.github/workflows/lint.yml
@@ -2,7 +2,7 @@ name: Lint
2
on: pull_request
3
jobs:
4
lint:
5
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
6
steps:
7
- uses: actions/checkout@v4
8
- uses: ruby/setup-ruby@v1
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Test
on: push
test:
name: Ruby ${{ matrix.ruby-version }}
strategy:
matrix:
@@ -35,7 +35,7 @@ jobs:
35
name: coverages-ruby-${{ matrix.ruby-version }}
36
path: codeclimate-${{ matrix.ruby-version }}.json
37
upload-coverage:
38
39
needs: test
40
41
- uses: actions/download-artifact@v4
0 commit comments