npm run format-check

This commit is contained in:
Aparna Jyothi 2025-01-29 20:17:46 +05:30
parent 8fa7fa142d
commit c3577e1427
3 changed files with 10 additions and 60 deletions

View File

@ -18,13 +18,7 @@ jobs:
strategy:
matrix:
operating-system:
[
windows-latest,
ubuntu-22.04,
ubuntu-latest,
macos-latest,
macos-13
]
[windows-latest, ubuntu-22.04, ubuntu-latest, macos-latest, macos-13]
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@ -20,8 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
[macos-latest, windows-latest, ubuntu-latest, macos-13]
os: [macos-latest, windows-latest, ubuntu-latest, macos-13]
pypy:
- 'pypy-2.7'
- 'pypy-3.10'
@ -75,8 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
[macos-latest, windows-latest, ubuntu-latest, macos-13]
os: [macos-latest, windows-latest, ubuntu-latest, macos-13]
pypy: ['pypy2.7', 'pypy3.9', 'pypy3.10-nightly']
steps:

View File

@ -21,13 +21,7 @@ jobs:
fail-fast: false
matrix:
os:
[
macos-latest,
windows-latest,
ubuntu-22.04,
macos-13,
ubuntu-latest
]
[macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest]
python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
steps:
- name: Checkout
@ -63,13 +57,7 @@ jobs:
fail-fast: false
matrix:
os:
[
macos-latest,
windows-latest,
ubuntu-22.04,
macos-13,
ubuntu-latest
]
[macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest]
python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
steps:
- name: Checkout
@ -108,13 +96,7 @@ jobs:
fail-fast: false
matrix:
os:
[
macos-latest,
windows-latest,
ubuntu-22.04,
macos-13,
ubuntu-latest
]
[macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest]
python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
steps:
- name: Checkout
@ -151,13 +133,7 @@ jobs:
fail-fast: false
matrix:
os:
[
macos-latest,
windows-latest,
ubuntu-22.04,
macos-13,
ubuntu-latest
]
[macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest]
python: [3.9.13, 3.10.11, 3.11.9, '==3.12.3', 3.13.0]
steps:
- name: Checkout
@ -199,13 +175,7 @@ jobs:
fail-fast: false
matrix:
os:
[
macos-latest,
windows-latest,
ubuntu-22.04,
macos-13,
ubuntu-latest
]
[macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest]
python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
steps:
- name: Checkout
@ -247,13 +217,7 @@ jobs:
fail-fast: false
matrix:
os:
[
macos-latest,
windows-latest,
ubuntu-22.04,
macos-13,
ubuntu-latest
]
[macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
@ -345,13 +309,7 @@ jobs:
fail-fast: false
matrix:
os:
[
macos-latest,
windows-latest,
ubuntu-22.04,
macos-13,
ubuntu-latest
]
[macos-latest, windows-latest, ubuntu-22.04, macos-13, ubuntu-latest]
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout