Skip to content

Commit adc37ea

Browse files
chore: version
1 parent 8a5abb9 commit adc37ea

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,4 @@ jobs:
106106
- uses: actions/checkout@v4
107107
- uses: Nerixyz/actionsx-prettier@v3-adj
108108
with:
109-
args: --debug-check --check .
110-
111-
prettier2:
112-
runs-on: ubuntu-latest
113-
steps:
114-
- name: Checkout
115-
uses: actions/checkout@v3
116-
with:
117-
# Make sure the actual branch is checked out when running on pull requests
118-
ref: ${{ github.head_ref }}
119-
- name: Prettify code
120-
uses: creyD/prettier_action@v4.3
121-
with:
122-
# This part is also where you can pass other options, for example:
123-
prettier_options: --check .
109+
args: -v --check .

0 commit comments

Comments
 (0)