Skip to content

Commit

Permalink
[CI] Format develop (qmk#11893)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Feb 14, 2021
1 parent 70fddfd commit dfa19d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- develop

jobs:
format:
Expand All @@ -14,6 +15,8 @@ jobs:
if: github.repository == 'qmk/qmk_firmware'

steps:
- uses: rlespinasse/[email protected]

- uses: actions/checkout@v2
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
Expand All @@ -37,6 +40,7 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
delete-branch: true
branch: bugfix/format_${{ env.GITHUB_REF_SLUG }}
author: QMK Bot <[email protected]>
committer: QMK Bot <[email protected]>
commit-message: Format code according to conventions
Expand Down

0 comments on commit dfa19d0

Please sign in to comment.