Skip to content

Commit de5d27d

Browse files
thisisamir98istankovic
authored andcommitted
style: ci: fix formatting in pipeline.yml workflow
(cherry picked from commit 9998580)
1 parent 90a0030 commit de5d27d

File tree

1 file changed

+20
-23
lines changed

1 file changed

+20
-23
lines changed

.github/workflows/pipeline.yml

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- main
1111
tags:
12-
- 'v*'
12+
- "v*"
1313
pull_request:
1414

1515
env:
@@ -19,7 +19,6 @@ env:
1919
RELEASE: 1
2020

2121
jobs:
22-
2322
#################
2423
# Shared between JVM Linux and Android
2524

@@ -114,8 +113,8 @@ jobs:
114113

115114
docs-jvm:
116115
needs:
117-
- bindings-jvm
118-
- build-jvm-linux
116+
- bindings-jvm
117+
- build-jvm-linux
119118
uses: ./.github/workflows/docs-jvm.yml
120119

121120
#################
@@ -208,22 +207,22 @@ jobs:
208207
RUSTDOCFLAGS: "-D warnings"
209208

210209
steps:
211-
- name: checkout repository
212-
uses: actions/checkout@v5
213-
214-
- uses: ./.github/actions/setup-and-cache-rust
215-
with:
216-
rustflags: '-D warnings -W unreachable-pub'
217-
- run: cargo doc --all --no-deps --locked
218-
219-
- uses: actions/upload-artifact@v4.6.2
220-
with:
221-
name: rust
222-
path: target/doc
223-
retention-days: 1
224-
overwrite: true
225-
include-hidden-files: true
226-
if-no-files-found: error
210+
- name: checkout repository
211+
uses: actions/checkout@v5
212+
213+
- uses: ./.github/actions/setup-and-cache-rust
214+
with:
215+
rustflags: "-D warnings -W unreachable-pub"
216+
- run: cargo doc --all --no-deps --locked
217+
218+
- uses: actions/upload-artifact@v4.6.2
219+
with:
220+
name: rust
221+
path: target/doc
222+
retention-days: 1
223+
overwrite: true
224+
include-hidden-files: true
225+
if-no-files-found: error
227226

228227
#################
229228
# Cross-platform jobs
@@ -243,7 +242,6 @@ jobs:
243242
- docs-swift
244243
uses: ./.github/workflows/deploy-docs.yml
245244

246-
247245
#################
248246
# Publish
249247

@@ -276,7 +274,6 @@ jobs:
276274
PGP_SIGNING_KEY: ${{ secrets.PGP_SIGNING_KEY }}
277275
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
278276

279-
280277
publish-android:
281278
needs: prepare-publish
282279
uses: ./.github/workflows/publish-android.yml
@@ -295,4 +292,4 @@ jobs:
295292
needs: prepare-publish
296293
uses: ./.github/workflows/publish-wasm.yml
297294
permissions:
298-
id-token: write
295+
id-token: write

0 commit comments

Comments
 (0)