We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1493ad3 commit 2597c13Copy full SHA for 2597c13
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
standardrb:
39
- name: Run standardrb
+ name: Code linting and formatting
40
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
41
42
env:
@@ -55,5 +55,5 @@ jobs:
55
- name: Build docker images
56
run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
57
58
- - name: Run tests
+ - name: Run standardrb
59
run: docker compose run standardrb
0 commit comments