Skip to content

Commit 2597c13

Browse files
committed
Update ci.yml
1 parent 1493ad3 commit 2597c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737

3838
standardrb:
39-
name: Run standardrb
39+
name: Code linting and formatting
4040
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
4141

4242
env:
@@ -55,5 +55,5 @@ jobs:
5555
- name: Build docker images
5656
run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
5757

58-
- name: Run tests
58+
- name: Run standardrb
5959
run: docker compose run standardrb

0 commit comments

Comments
 (0)