-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
chore: format using Make #1022
chore: format using Make #1022
Conversation
@@ -8,8 +8,6 @@ | |||
}, | |||
"scripts": { | |||
"doctoc": "doctoc README.md", | |||
"format": "prettier --write .", |
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.
There is a bunch of CI scripts that rely on these to be present, I quickly found at least
https://github.com/ory/ci/blob/efcf157174048909dacafa29463f95aba629e37c/src/scripts/changelog/generate.sh#L52
We have to ensure this is not required anymore by any automation.
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.
Great catch! I'll fix those as part of these PRs.
.github/workflows/format.yml
Outdated
- uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 |
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.
Keto already is on go1.19
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.
Good to know, thanks! I'm updating all codebases to Go 1.19 and see what breaks.
@zepatrik all comments addressed PTAL |
Addresses parts of https://github.com/ory-corp/general/issues/735.
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security. vulnerability, I
confirm that I got green light (please contact
security@ory.sh) from the maintainers to push
the changes.
works.