#Help building Pokereader via GH

1 messages ยท Page 1 of 1 (latest)

fair dock
#

picking up from here #poke-reader-dev message

#

@fringe plume I did that yea! But this is my absolute first time in this section of GH ๐Ÿ˜…
I assume I click "new workflow"

#

then all this pops up and idk what to do ๐Ÿ˜…

fringe plume
#

a workflow is basically a set of instructions to github to tell it to do whatever you want it to do

fair dock
#

right

fringe plume
#

since theres already a workflow that does what you want you shouldnt need to do that

fair dock
#

oh?

fringe plume
#

it might not run automatically since you comitted before actions were enabled lol

#

its not elegant but you can probably copy it to a new branch or do a dummy commit to get github to recognize it and build

fringe plume
#

yeah

#

the lint_test_build one should run for any non main branch whenever you push a new commit

fair dock
#

so how do I actually tell it to build?

#

or rather how do I run it, ig is the correct term

fringe plume
#

copy your branch/your changes to a new branch

#

or push something to your branch that doesnt change any functionality

#

the build is triggered on new commits but since actions werent enabled when you committed your changes it didnt run

#

and since the workflow doesnt allow manual dispatching you cant trigger it manually

fair dock
#

seems that worked ๐Ÿ˜„

#

lets see what happens when it finishes

fringe plume
fair dock
#

wait where is that?

fringe plume
fair dock
#

oh its at the bottom hidden because i had to scroll

#

wohoo I got it ๐Ÿ˜„ ๐Ÿ˜ฎ

#

Now to test if it works