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

add github-actions #52

Merged
merged 3 commits into from
Jan 24, 2025
Merged

add github-actions #52

merged 3 commits into from
Jan 24, 2025

Conversation

theavege
Copy link
Contributor

Hello!

I add github-actions and dependabot for github-actions. I hope it is useful.

Thanks.

@fredvs
Copy link
Owner

fredvs commented Jan 24, 2025

Hello.

Many thanks for this (but I have to confess that I dont know what is github-action).
I have seen that there are dependencies to fpGUI, but uos is agnostic, it dont need dependencies from fpGUI, MSEgui or LCL-Lazarus. Of course those widget-sets can use uos but uos can work without them.

@fredvs
Copy link
Owner

fredvs commented Jan 24, 2025

Ha, I see (maybe), fpGUI dependencies are added for the examples.
Maybe MSEgui https://github.com/mse-org/mseide-msegui/ could be added too because there are examples for MSEgui.

@fredvs fredvs merged commit b23055a into fredvs:main Jan 24, 2025
@fredvs
Copy link
Owner

fredvs commented Jan 24, 2025

Many thanks!

@fredvs
Copy link
Owner

fredvs commented Jan 24, 2025

Is it normal the new directory /uos/use?
Could that /use directory be moved in /uos/.github/use ?

@fredvs
Copy link
Owner

fredvs commented Jan 24, 2025

Is it ok to change in .gitmodules this

[submodule "use/fpGUI"]
	path = use/fpGUI
	url = git@github.com:graemeg/fpGUI.git
[submodule "use/mseide-msegui"]
	path = use/mseide-msegui
	url = git@github.com:mse-org/mseide-msegui.git

change with that:

[submodule ".github/use/fpGUI"]
	path = .github/use/fpGUI
	url = git@github.com:graemeg/fpGUI.git
[submodule ".github/use/mseide-msegui"]
	path = .github/use/mseide-msegui
	url = git@github.com:mse-org/mseide-msegui.git

and move /use to .github/use ?

Would it be still ok?

@theavege theavege deleted the add/github-actions branch January 25, 2025 04:18
@theavege
Copy link
Contributor Author

theavege commented Jan 25, 2025

Is it ok to change in .gitmodules this

[submodule "use/fpGUI"]
	path = use/fpGUI
	url = git@github.com:graemeg/fpGUI.git
[submodule "use/mseide-msegui"]
	path = use/mseide-msegui
	url = git@github.com:mse-org/mseide-msegui.git

change with that:

[submodule ".github/use/fpGUI"]
	path = .github/use/fpGUI
	url = git@github.com:graemeg/fpGUI.git
[submodule ".github/use/mseide-msegui"]
	path = .github/use/mseide-msegui
	url = git@github.com:mse-org/mseide-msegui.git

and move /use to .github/use ?

Would it be still ok?

#53 Unfortunately, there is no possibility

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.

2 participants