-
-
Notifications
You must be signed in to change notification settings - Fork 2
refactor: Prepare for Postgres 18 #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
76f8cca
3c5faa6
62b8420
13666ab
7eae1cf
3b51dc7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,10 +4,10 @@ on: | |
| schedule: | ||
| - cron: '19 3 * * *' | ||
| push: | ||
| branches: [ main, 15-3.3, 17-3.5 ] | ||
| branches: [ main, 15-3.3, 18-3.6 ] | ||
|
|
||
| env: | ||
| LATEST: '17-3.5' | ||
| LATEST: '18-3.6' | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick | 🔵 Trivial Keep the LATEST env val spotless! Maintain consistent formatting mojo here as well to silence lint and keep automation roaring. PLUS ULTRA! 🤖 Prompt for AI Agents |
||
| REGISTRY: docker.io | ||
| IMAGE_NAME: ${{ github.repository }} | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,10 +4,10 @@ on: | |||||
| schedule: | ||||||
| - cron: '19 3 * * *' | ||||||
| push: | ||||||
| branches: [ main, 15-3.3, 17-3.5 ] | ||||||
| branches: [ main, 15-3.3, 18-3.6 ] | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tighten the bracket spacing, young hero! YAML lint cries out because of the padding around the brackets. Trim it to Apply this victory diff: - branches: [ main, 15-3.3, 18-3.6 ]
+ branches: [main, 15-3.3, 18-3.6]📝 Committable suggestion
Suggested change
🧰 Tools🪛 YAMLlint (1.37.1)[error] 7-7: too many spaces inside brackets (brackets) [error] 7-7: too many spaces inside brackets (brackets) 🤖 Prompt for AI Agents |
||||||
|
|
||||||
| env: | ||||||
| LATEST: '17-3.5' | ||||||
| LATEST: '18-3.6' | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick | 🔵 Trivial Set env.LATEST with heroic precision! Match the no-padding style here too so lint and builds keep smiling: 🤖 Prompt for AI Agents |
||||||
| REGISTRY: docker.io | ||||||
| IMAGE_NAME: ${{ github.repository }} | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discipline the brackets, future Symbol of Peace!
Remove the inner padding so the array reads
[main, 15-3.3, 18-3.6]. Without it, lint will pounce and the workflow falters. PLUS ULTRA!Apply this shining diff:
📝 Committable suggestion
🧰 Tools
🪛 YAMLlint (1.37.1)
[error] 7-7: too many spaces inside brackets
(brackets)
[error] 7-7: too many spaces inside brackets
(brackets)
🤖 Prompt for AI Agents