Skip to content

Commit

Permalink
Apply consistent formatting to examples testing (#521)
Browse files Browse the repository at this point in the history
* Consistent formatting

* Update patch
  • Loading branch information
Methuselah96 authored Jul 4, 2023
1 parent be5602c commit 94e1f2b
Show file tree
Hide file tree
Showing 30 changed files with 4,516 additions and 4,940 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request: {}

jobs:
test:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -36,3 +36,4 @@ jobs:
working-directory: examples-testing
- run: npm run type-check
working-directory: examples-testing
- run: npm run format-check
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.pnp.*
.yarn/*
examples-testing/examples
Loading

0 comments on commit 94e1f2b

Please sign in to comment.