rust-analyzer / rowan

Apache License 2.0
689 stars 57 forks source link

Move from TravisCI to GHA #66

Closed CAD97 closed 4 years ago

matklad commented 4 years ago

LGTM!

CAD97 commented 4 years ago

I... don't know why the action isn't triggering though... 😅

CAD97 commented 4 years ago

It ran and passed when I pushed to master in my fork: https://github.com/cad97/rowan/actions/runs/155876775

So merging this as green, hopefully that will let GH pick up that the workflow exists. (If not, there's probably a setting you'll need to change.)

CAD97 commented 4 years ago

Actions are running fine now that the workflow is on the target branch: https://github.com/rust-analyzer/rowan/actions/runs/155877867

bjorn3 commented 4 years ago

Github actions isn't activated until you push a workflow to the default branch.