File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Format
22
33on :
4- push :
5- branches :
6- - main
7- pull_request :
8- branches : ['main']
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ branches : ['main']
99
1010jobs :
11- format :
12- runs-on : ubuntu-latest
13- steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-node@v2
16- with :
17- node-version : ' 16'
18- cache : npm
19- - run : npm install
11+ format :
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@v3
15+ - uses : actions/setup-node@v3
16+ with :
17+ node-version : ' 16'
18+ cache : npm
19+ - run : npm install
2020
21- - name : Formatting code
22- run : npm run format
21+ - name : Formatting code
22+ run : npm run format
2323
24- - name : Commit changes
25- uses : stefanzweifel/git-auto-commit-action@v4
26- with :
27- commit_message : ' [ci]: format code'
28- branch : ${{ github.head_ref }}
24+ - name : Commit changes
25+ uses : stefanzweifel/git-auto-commit-action@v4
26+ with :
27+ commit_message : ' [ci]: format code'
28+ branch : ${{ github.head_ref }}
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ product: dd360-ds
33title : React FilterBarButton component
44components : FilterBarButton
55---
6-
76import { DynamicHeroIcon } from ' dd360-ds'
87
8+
99<br id = ' top' />
1010<br />
1111
You can’t perform that action at this time.
0 commit comments