File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55jobs :
66 build-code :
7- runs-on : ubuntu -latest
7+ runs-on : macos -latest
88 steps :
99 - name : Checkout
1010 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2323jobs :
2424 analyze :
2525 name : Analyze
26- runs-on : ubuntu -latest
26+ runs-on : macos -latest
2727 permissions :
2828 actions : read
2929 contents : read
Original file line number Diff line number Diff line change 44
55jobs :
66 lint-code :
7- runs-on : ubuntu -latest
7+ runs-on : macos -latest
88 steps :
99 - name : Checkout
1010 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 88
99jobs :
1010 publish :
11- runs-on : ubuntu -latest
11+ runs-on : macos -latest
1212 env :
1313 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1414 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 44
55jobs :
66 test-code :
7- runs-on : ubuntu -latest
7+ runs-on : macos -latest
88 steps :
99 - name : Checkout
1010 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments