-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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 Phoenix starter workflow #591
Conversation
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.
Looks good @jclem, we'll just need to get that logo 👍🏾
I reached out to @chrismccord to see if there's a process we need to follow. |
Thank you @chrismccord and @bruce! I think the png is sufficient—I'll take a look Monday to double check. |
@andymckay Do you know if a PNG will work for this? I noticed that |
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.
This pull request has become stale and will be closed automatically within a period of time. Sorry about that. |
مرحبا |
انا جديد في هد الميدان |
Add a Phoenix starter workflow
Phoenix is a popular web application framework for the Elixir programming language (for which we have a starter workflow). This pull request adds a workflow similar to the Elixir workflow—the main difference is that I've added a Postgres service (Postgres is the default database for new Phoenix projects).
Links
To Do
In the workflow and properties files:
The workflow filename of publishing workflows should be the name of the language or platform, in lower case, followed by "-publish".ci/properties/*.properties.json
file.push
tobranches: [ master ]
andpull_request
tobranches: [ master ]
.Packaging workflows should run onrelease
withtypes: [ created ]
.Some general notes:
actions
organization, or