Skip to content

Commit f2d5513

Browse files
committed
Add explicit postgresql dialect for linter
1 parent 2c95a1f commit f2d5513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_layout.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
pip install sqlfluff
3333
- name: Run SQLFluff lint
3434
run: |
35-
sqlfluff lint ./pgsql/pointcloud.sql.in
36-
sqlfluff lint ./pgsql_postgis/pointcloud_postgis.sql.in
35+
sqlfluff lint --dialect postgres ./pgsql/pointcloud.sql.in
36+
sqlfluff lint --dialect postgres ./pgsql_postgis/pointcloud_postgis.sql.in

0 commit comments

Comments
 (0)