Skip to content

Commit b1fa791

Browse files
committed
style: prefer single quotes
Should be in af37a93 commit.
1 parent 9a92e8c commit b1fa791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests-postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# https://docs.github.com/en/actions/using-containerized-services/about-service-containers#mapping-docker-host-and-service-container-ports
3838
ports:
3939
# <host port>:<container port>
40-
- "5432:5432"
40+
- '5432:5432'
4141
steps:
4242
- name: Clone source code
4343
uses: actions/[email protected] # https://github.com/actions/checkout

0 commit comments

Comments
 (0)