P0ppoff / vue-cli-plugin-ci

A starter for your config file on CI
10 stars 1 forks source link

Make template for GitHub actions #1

Closed onekiloparsec closed 4 years ago

onekiloparsec commented 4 years ago

😎

abskmj commented 4 years ago

I can pick this up. I went through other templates in the repo. What would be the trigger for the workflow?

P0ppoff commented 4 years ago

Let's start the more simple as possible. We can trigger the workflow on a new commit ? Does it look smart for new project ? I have any experience with github actions. Can you show me that the config file work or inside the PR description can you explain me how to make it work on a example project ? Thanks @abskmj for taking time to contribute ! 🤩

abskmj commented 4 years ago

Trigger on new commit sounds like a good starting point. The Github action workflow should be available at a folder path .github/workflows. Let me start a draft PR with a version of the template and we can work from there.

A sample workflow that I use for one of my NPM packages is at https://github.com/abskmj/gridfile. It's just for reference.

abskmj commented 4 years ago

I have opened a PR #5, can you take a look?

P0ppoff commented 4 years ago

Nice, I will look this evening, after work @abskmj