joshbuddy / jsonpath

Ruby implementation of http://goessner.net/articles/JsonPath/
MIT License
447 stars 72 forks source link

replace travis with github workflow for test CI #140

Closed notEthan closed 2 years ago

notEthan commented 2 years ago

I guess this PR doesn't trigger the PR action until it's merged on the default branch

notEthan commented 2 years ago

to check this is set up right, I reckon a maintainer could trigger the push action by pushing a branch on the main repository, though. something like: git remote add notEthan https://github.com/notEthan/jsonpath.git git fetch notEthan git push origin notEthan/ci:refs/heads/ci

joshbuddy commented 2 years ago

Going to merge and get it working, thank you!

joshbuddy commented 2 years ago

This merged and tests ran successfully, so, looks good