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 0f4ea82e7b - Show all commits

View File

@ -13,7 +13,7 @@ jobs:
with: with:
node-version: "18.x" node-version: "18.x"
- run: npm ci - run: npm ci
- run: npm run format - run: npm run prettier
- 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: