Skip to content
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

Merged
merged 9 commits into from
Sep 22, 2022
Merged

chore: format using Make #1022

merged 9 commits into from
Sep 22, 2022

Conversation

kevgo
Copy link
Contributor

@kevgo kevgo commented Sep 16, 2022

Addresses parts of https://github.com/ory-corp/general/issues/735.

Checklist

  • I have read the contributing guidelines.
  • I have referenced an issue containing the design document if my change
    introduces a new feature.
  • I am following the
    contributing code guidelines.
  • I have read the security policy.
  • I confirm that this pull request does not address a security
    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.
  • I have added tests that prove my fix is effective or that my feature
    works.
  • I have added or changed the documentation.

@@ -8,8 +8,6 @@
},
"scripts": {
"doctoc": "doctoc README.md",
"format": "prettier --write .",
Copy link
Member

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.

Copy link
Contributor Author

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.

- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
Copy link
Member

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

Copy link
Contributor Author

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.

@kevgo
Copy link
Contributor Author

kevgo commented Sep 22, 2022

@zepatrik all comments addressed PTAL

@zepatrik zepatrik merged commit 8ad039f into ory:master Sep 22, 2022
@kevgo kevgo deleted the kg-format-makefile branch September 22, 2022 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants