Skip to content

Commit

Permalink
prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vygandas committed Nov 3, 2023
1 parent a604a72 commit 05742c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_affected_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version: 8
run_install: false

- name: "Install dependencies"
- name: 'Install dependencies'
run: pnpm install --no-prefer-frozen-lockfile

- name: Run Affected Tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pretty_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Is code pretty
on:
pull_request:
branches:
- "*"
- '*'
push:
branches:
- "*"
- '*'

jobs:
build:
Expand All @@ -28,7 +28,7 @@ jobs:
version: 8
run_install: false

- name: "Install dependencies"
- name: 'Install dependencies'
run: pnpm install --no-prefer-frozen-lockfile

- name: "Check it it's pretty"
Expand Down

0 comments on commit 05742c1

Please sign in to comment.