File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CompatHelper
2+ on :
3+ schedule :
4+ - cron : ' 00 00 * * *'
5+ workflow_dispatch :
6+ jobs :
7+ CompatHelper :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - name : Pkg.add("CompatHelper")
11+ run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12+ - name : CompatHelper.main()
13+ env :
14+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15+ run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 11name = " NameResolution"
22uuid = " 71a1bf82-56d0-4bbc-8a3c-48b961074391"
33authors = [" thautwarm" ]
4- version = " 0.1.4 "
4+ version = " 0.1.5 "
55
66[deps ]
7- DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
87PrettyPrint = " 8162dcfd-2161-5ef2-ae6c-7681170c5f98"
98
109[compat ]
11- DataStructures = " ^0.17"
1210PrettyPrint = " ^0.2.0"
1311julia = " 1"
1412
1513[extras ]
16- PrettyPrint = " 8162dcfd-2161-5ef2-ae6c-7681170c5f98"
1714Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
1815
1916[targets ]
20- test = [" Test" , " PrettyPrint " ]
17+ test = [" Test" ]
You can’t perform that action at this time.
0 commit comments