facebook / PathPicker

PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.
https://facebook.github.io/PathPicker/
MIT License
5.11k stars 283 forks source link

ci: update versions and add `paths-ignore` #432

Open Ananya2001-an opened 1 year ago

Ananya2001-an commented 1 year ago

We can update the version for checkout action in ci.yml file from v2 to v3 and also adding a paths-ignore for the trigger event would be good since running tests on changes made to files like .gitignore or LICENSE would be inefficient/unnecessary. Moreover testing against the latest python version 3.11 along with 3.6 can be also better....