File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 - name : Setup repo
1010 uses : actions/checkout@v2
1111
12- - name : Run prettier
13- run : make fix
12+ - name : Run linters
13+ run : make lint
1414
1515 - name : Make sure there are no diffs
1616 run :
@@ -24,12 +24,12 @@ jobs:
2424 with :
2525 token : ${{ secrets.WORKFLOW_TOKEN }}
2626 commit-message :
27- Apply prettier to ${{ github.ref_name }}
28- title : Apply prettier to ${{ github.ref_name }}
29- branch : prettier -${{ github.run_number }}
27+ Automated - Lint ${{ github.ref_name }}
28+ title : Automated - Lint ${{ github.ref_name }}
29+ branch : lint -${{ github.run_number }}
3030 body :
3131 This pull request applies NPM's `prettier`
32- formatting changes to the codebase at ${{
32+ formatting changes and will generate the sitemap. Commit ${{
3333 github.sha }}.
3434 labels : auto-generated
3535 reviewers : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments