Skip to content

Commit f16e2f6

Browse files
committed
make lint .yml
1 parent 2afa4c7 commit f16e2f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)