File tree 3 files changed +14
-55
lines changed
3 files changed +14
-55
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -63,11 +63,15 @@ jobs:
63
63
if : github.repository == 'microsoft/vscode-python'
64
64
runs-on : ubuntu-latest
65
65
steps :
66
- - name : Checkout
66
+ - name : Checkout Actions
67
67
uses : actions/checkout@v3
68
-
68
+ with :
69
+ repository : ' microsoft/vscode-python-engineering'
70
+ path : ./actions
71
+ - name : Install Actions
72
+ run : npm install --production --prefix ./actions
69
73
- name : Lint
70
- uses : ./.github/ actions/lint
74
+ uses : ./actions/lint
71
75
with :
72
76
node_version : ${{ env.NODE_VERSION }}
73
77
Original file line number Diff line number Diff line change @@ -38,11 +38,15 @@ jobs:
38
38
name : Lint
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - name : Checkout
41
+ - name : Checkout Actions
42
42
uses : actions/checkout@v3
43
-
43
+ with :
44
+ repository : ' microsoft/vscode-python-engineering'
45
+ path : ./actions
46
+ - name : Install Actions
47
+ run : npm install --production --prefix ./actions
44
48
- name : Lint
45
- uses : ./.github/ actions/lint
49
+ uses : ./actions/lint
46
50
with :
47
51
node_version : ${{ env.NODE_VERSION }}
48
52
You can’t perform that action at this time.
0 commit comments