Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: Initial GHA workflow#1

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bryphe-coder merged 13 commits intomainfrombryphe/chore/initial-ci
Jan 4, 2022
Merged

Conversation

bryphe-coder
Copy link
Contributor

@bryphe-coderbryphe-coder commentedJan 3, 2022
edited
Loading

This implements an initial GitHub Actions workflow for us - to be run on PRs and onmain commits.

This just implements a really simplestyle/fmt check - runningprettier on theREADME.md.

I assumed we'll stick with using a top-levelMakefile for commands like inm andlink - but open to alternatives, too!

Since I was adding apackage.json andnode_modules for this, I realized we were missing.gitignores, so I added some a subset of the ignore files fromcoder/m

TODO:

  • Verify workflow is run. It should fail because theREADME.md needs formatting

kylecarbs reacted with thumbs up emoji
Copy link
Member

@kylecarbskylecarbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Few minor things! Once fixed, feel free to merge!

bryphe-coder reacted with thumbs up emoji
.eslintignore Outdated
###############################################################################
.cache
vendor
product/coder/cmd/coderd/config.toml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We should be able to cleanup a few of these.

bryphe-coder reacted with thumbs up emoji
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Ooh, ya, good point - I'll clear these out to just the ones weactually need (right now, justnode_modules).

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Cleaned up in6f0a43e

package.json Outdated
"name": "coder-v2",
"version": "0.0.1",
"description": "Coder V2 (Workspaces V2)",
"main": "index.js",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Probably should remove the main for now, since it seems unlikely we'll have one.

bryphe-coder reacted with thumbs up emoji
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Totally, thanks for catching this! Removed indb32104

package.json Outdated
@@ -0,0 +1,15 @@
{
"name": "coder-v2",
"version": "0.0.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Feels like this version will get outdated really fast.

bryphe-coder reacted with thumbs up emoji
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Good point, I realized we don't have a version incoder/m's rootpackage.json, so I'll leave out here too. We can always add back later, but better to simplify as you suggested 👍

Also removed this indb32104

@bryphe-coderbryphe-coder merged commit78973ea intomainJan 4, 2022
@bryphe-coderbryphe-coder deleted the bryphe/chore/initial-ci branchJanuary 4, 2022 02:54
@bryphe-coder
Copy link
ContributorAuthor

Thanks for the review and suggestions,@kylecarbs !

matifali pushed a commit that referenced this pull requestAug 14, 2023
bcpeinhardt added a commit that referenced this pull requestOct 1, 2024
BrunoQuaresma added a commit that referenced this pull requestMay 8, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@kylecarbskylecarbskylecarbs approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@bryphe-coder@kylecarbs

[8]ページ先頭

©2009-2025 Movatter.jp