File tree Expand file tree Collapse file tree 9 files changed +3
-15
lines changed Expand file tree Collapse file tree 9 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,6 @@ jobs:
343343 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
344344 with :
345345 status : ${{ job.status }}
346- steps : ${{ toJson(steps) }}
347346 channel : ' #npm-ci'
348347 if : failure()
349348
@@ -516,7 +515,6 @@ jobs:
516515 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
517516 with :
518517 status : ${{ job.status }}
519- steps : ${{ toJson(steps) }}
520518 channel : ' #npm-ci'
521519 if : failure()
522520
@@ -695,7 +693,6 @@ jobs:
695693 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
696694 with :
697695 status : ${{ job.status }}
698- steps : ${{ toJson(steps) }}
699696 channel : ' #npm-ci'
700697 if : failure()
701698
@@ -893,7 +890,6 @@ jobs:
893890 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
894891 with :
895892 status : ${{ job.status }}
896- steps : ${{ toJson(steps) }}
897893 channel : ' #npm-ci'
898894 if : failure()
899895
Original file line number Diff line number Diff line change @@ -218,7 +218,6 @@ jobs:
218218 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
219219 with :
220220 status : ${{ job.status }}
221- steps : ${{ toJson(steps) }}
222221 channel : ' #npm-ci'
223222 if : failure()
224223
Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ jobs:
145145 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
146146 with :
147147 status : ${{ job.status }}
148- steps : ${{ toJson(steps) }}
149148 channel : ' #npm-ci'
150149 if : failure()
151150
Original file line number Diff line number Diff line change 9595 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
9696 with :
9797 status : ${{ job.status }}
98- steps : ${{ toJson(steps) }}
9998 channel : ' #npm-ci'
10099 if : failure()
Original file line number Diff line number Diff line change 9494 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
9595 with :
9696 status : ${{ job.status }}
97- steps : ${{ toJson(steps) }}
9897 channel : ' #npm-ci'
9998 if : failure()
10099
@@ -139,7 +138,6 @@ jobs:
139138 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
140139 with :
141140 status : ${{ job.status }}
142- steps : ${{ toJson(steps) }}
143141 channel : ' #npm-ci'
144142 if : failure()
145143
@@ -184,6 +182,5 @@ jobs:
184182 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
185183 with :
186184 status : ${{ job.status }}
187- steps : ${{ toJson(steps) }}
188185 channel : ' #npm-ci'
189186 if : failure()
Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ jobs:
119119 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
120120 with :
121121 status : ${{ job.status }}
122- steps : ${{ toJson(steps) }}
123122 channel : ' #npm-ci'
124123 if : failure()
125124
Original file line number Diff line number Diff line change 8181 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
8282 with :
8383 status : ${{ job.status }}
84- steps : ${{ toJson(steps) }}
8584 channel : ' #npm-ci'
8685 if : failure()
Original file line number Diff line number Diff line change @@ -292,8 +292,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
292292[npm-image]: http://img.shields.io/npm/v/@stdlib/string-last.svg
293293[npm-url]: https://npmjs.org/package/@stdlib/string-last
294294
295- [test-image]: https://github.com/stdlib-js/string-last/actions/workflows/test.yml/badge.svg? branch= main
296- [test-url]: https://github.com/stdlib-js/string-last/actions/workflows/test.yml? query= branch:main
295+ [test-image]: https://github.com/stdlib-js/string-last/actions/workflows/test.yml/badge.svg? branch= v0.1.0
296+ [test-url]: https://github.com/stdlib-js/string-last/actions/workflows/test.yml? query= branch:v0.1.0
297297
298298[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-last/main.svg
299299[coverage-url]: https://codecov.io/github/stdlib-js/string-last? branch= main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/string-last" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "description" : " Return the last character(s) of a string." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
You can’t perform that action at this time.
0 commit comments