Create gh action - format #17

Merged
AngeloTadeucci merged 10 commits from github_actions into main 2023-06-06 15:38:59 -07:00
Showing only changes of commit fdbfce0aac - Show all commits

View File

@ -1,4 +1,4 @@
name: Format name: Prettier
on: on:
pull_request: pull_request:
branches: [main] branches: [main]
@ -17,5 +17,5 @@ jobs:
- name: Commit changes - name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4.1.2 uses: stefanzweifel/git-auto-commit-action@v4.1.2
with: with:
commit_message: Apply formatting changes commit_message: Apply prettier changes
branch: ${{ github.head_ref }} branch: ${{ github.head_ref }}