Skip to content

Commit 03020ac

Browse files
committed
Add prettier for wasm
1 parent 8bec173 commit 03020ac

File tree

7 files changed

+7082
-5589
lines changed

7 files changed

+7082
-5589
lines changed

.github/workflows/pr-validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR Validate
1+
name: PR
22

33
on:
44
pull_request:
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
changes:
10-
name: Changes
10+
name: Detect Changes
1111
runs-on: ubuntu-latest
1212
outputs:
1313
dotnet: ${{ steps.paths.outputs.dotnet }}
@@ -98,7 +98,7 @@ jobs:
9898
if: needs.changes.outputs.ruby == 'true'
9999

100100
pr-valid:
101-
name: PR Valid
101+
name: PR Pass
102102
runs-on: ubuntu-latest
103103
needs:
104104
- build-dotnet
@@ -110,4 +110,4 @@ jobs:
110110
- build-ruby
111111
if: ${{ always() && contains(needs.*.result, 'success') && !(contains(needs.*.result, 'failure')) }}
112112
steps:
113-
- run: echo fin
113+
- run: exit 0

0 commit comments

Comments
 (0)