Skip to content

Commit

Permalink
style: run style
Browse files Browse the repository at this point in the history
AntonioMrtz committed Sep 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 28f5dc2 commit e0da5b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@ name: Style Prettier
on:
pull_request:
branches:
- "master"
- "master-*"
- 'master'
- 'master-*'

jobs:
run-frontend-style-check:
@@ -17,9 +17,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
node-version: '20'

- name: Change directory and run commands
run: |
npm install
npm run format:check
npm run format:check

0 comments on commit e0da5b1

Please sign in to comment.