File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
cpplint :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v1
11
- - uses : actions/setup-python@v1
10
+ - uses : actions/checkout@v2
11
+ - uses : actions/setup-python@v2
12
12
- run : pip install cpplint
13
13
- run : cpplint --recursive .
Original file line number Diff line number Diff line change 11
11
cpplint_modified_files :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v1
15
- - uses : actions/setup-python@v1
14
+ - uses : actions/checkout@v2
15
+ - uses : actions/setup-python@v2
16
16
- shell : python # Show the version of shell: python and then upgrade shell: python to Python 3.8
17
17
run : import sys ; print("Python {}.{}.{}".format(*sys.version_info)) # Legacy Python :-(
18
18
- run : sudo update-alternatives --install /usr/bin/python python ${pythonLocation}/bin/python3.8 10
You can’t perform that action at this time.
0 commit comments