Skip to content

Commit

Permalink
style: unindent list items
Browse files Browse the repository at this point in the history
  • Loading branch information
grayside committed Jul 19, 2024
1 parent 3e5aedd commit c524293
Show file tree
Hide file tree
Showing 31 changed files with 409 additions and 409 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/functions-concepts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ name: functions-concepts
on:
push:
branches:
- main
- main
paths:
- 'functions/concepts/**'
- '.github/workflows/functions-concepts.yaml'
- '.github/workflows/test.yaml'
- 'functions/concepts/**'
- '.github/workflows/functions-concepts.yaml'
- '.github/workflows/test.yaml'
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- opened
- reopened
- synchronize
- labeled
paths:
- 'functions/concepts/**'
- '.github/workflows/functions-concepts.yaml'
- '.github/workflows/test.yaml'
- 'functions/concepts/**'
- '.github/workflows/functions-concepts.yaml'
- '.github/workflows/test.yaml'
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 0'
jobs:
test:
permissions:
Expand All @@ -42,13 +42,13 @@ jobs:
strategy:
matrix:
path:
- 'functions/concepts/afterResponse'
- 'functions/concepts/afterTimeout'
- 'functions/concepts/backgroundTermination'
- 'functions/concepts/filesystem'
- 'functions/concepts/httpTermination'
- 'functions/concepts/requests'
- 'functions/concepts/stateless'
- 'functions/concepts/afterResponse'
- 'functions/concepts/afterTimeout'
- 'functions/concepts/backgroundTermination'
- 'functions/concepts/filesystem'
- 'functions/concepts/httpTermination'
- 'functions/concepts/requests'
- 'functions/concepts/stateless'
uses: ./.github/workflows/test.yaml
with:
name: 'functions-concepts'
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/functions-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ name: functions-firebase
on:
push:
branches:
- main
- main
paths:
- 'functions/firebase/**'
- '.github/workflows/functions-firebase.yaml'
- '.github/workflows/test.yaml'
- 'functions/firebase/**'
- '.github/workflows/functions-firebase.yaml'
- '.github/workflows/test.yaml'
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- opened
- reopened
- synchronize
- labeled
paths:
- 'functions/firebase/**'
- '.github/workflows/functions-firebase.yaml'
- '.github/workflows/test.yaml'
- 'functions/firebase/**'
- '.github/workflows/functions-firebase.yaml'
- '.github/workflows/test.yaml'
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 0'
jobs:
test:
permissions:
Expand All @@ -42,12 +42,12 @@ jobs:
strategy:
matrix:
path:
- 'functions/firebase/helloAnalytics'
- 'functions/firebase/helloAuth'
- 'functions/firebase/helloFirestore'
- 'functions/firebase/helloRemoteConfig'
- 'functions/firebase/helloRTDB'
- 'functions/firebase/makeUpperCase'
- 'functions/firebase/helloAnalytics'
- 'functions/firebase/helloAuth'
- 'functions/firebase/helloFirestore'
- 'functions/firebase/helloRemoteConfig'
- 'functions/firebase/helloRTDB'
- 'functions/firebase/makeUpperCase'
uses: ./.github/workflows/test.yaml
with:
name: 'functions-firebase'
Expand Down
34 changes: 17 additions & 17 deletions .github/workflows/functions-helloworld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ name: functions-helloworld
on:
push:
branches:
- main
- main
paths:
- 'functions/helloworld/**'
- '.github/workflows/functions-helloworld.yaml'
- '.github/workflows/test.yaml'
- 'functions/helloworld/**'
- '.github/workflows/functions-helloworld.yaml'
- '.github/workflows/test.yaml'
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- opened
- reopened
- synchronize
- labeled
paths:
- 'functions/helloworld/**'
- '.github/workflows/functions-helloworld.yaml'
- '.github/workflows/test.yaml'
- 'functions/helloworld/**'
- '.github/workflows/functions-helloworld.yaml'
- '.github/workflows/test.yaml'
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 0'
jobs:
test:
permissions:
Expand All @@ -42,11 +42,11 @@ jobs:
strategy:
matrix:
path:
- 'functions/helloworld/helloError'
- 'functions/helloworld/helloGCS'
- 'functions/helloworld/helloPubSub'
- 'functions/helloworld/helloworldGet'
- 'functions/helloworld/helloworldHttp'
- 'functions/helloworld/helloError'
- 'functions/helloworld/helloGCS'
- 'functions/helloworld/helloPubSub'
- 'functions/helloworld/helloworldGet'
- 'functions/helloworld/helloworldHttp'
uses: ./.github/workflows/test.yaml
with:
name: 'functions-helloworld'
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/functions-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ name: functions-http
on:
push:
branches:
- main
- main
paths:
- 'functions/http/**'
- '.github/workflows/functions-http.yaml'
- '.github/workflows/test.yaml'
- 'functions/http/**'
- '.github/workflows/functions-http.yaml'
- '.github/workflows/test.yaml'
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- opened
- reopened
- synchronize
- labeled
paths:
- 'functions/http/**'
- '.github/workflows/functions-http.yaml'
- '.github/workflows/test.yaml'
- 'functions/http/**'
- '.github/workflows/functions-http.yaml'
- '.github/workflows/test.yaml'
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 0'
jobs:
test:
permissions:
Expand All @@ -42,10 +42,10 @@ jobs:
strategy:
matrix:
path:
- 'functions/http/corsEnabledFunction'
- 'functions/http/corsEnabledFunctionAuth'
- 'functions/http/httpContent'
- 'functions/http/httpMethods'
- 'functions/http/corsEnabledFunction'
- 'functions/http/corsEnabledFunctionAuth'
- 'functions/http/httpContent'
- 'functions/http/httpMethods'
uses: ./.github/workflows/test.yaml
with:
name: 'functions-http'
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/functions-log-helloWorld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ name: functions-log-helloWorld
on:
push:
branches:
- main
- main
paths:
- 'functions/log/helloWorld/**'
- '.github/workflows/functions-log-helloWorld.yaml'
- '.github/workflows/test.yaml'
- 'functions/log/helloWorld/**'
- '.github/workflows/functions-log-helloWorld.yaml'
- '.github/workflows/test.yaml'
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- opened
- reopened
- synchronize
- labeled
paths:
- 'functions/log/helloWorld/**'
- '.github/workflows/functions-log-helloWorld.yaml'
- '.github/workflows/test.yaml'
- 'functions/log/helloWorld/**'
- '.github/workflows/functions-log-helloWorld.yaml'
- '.github/workflows/test.yaml'
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 0'
jobs:
test:
permissions:
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/functions-log-processEntry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ name: functions-log-processEntry
on:
push:
branches:
- main
- main
paths:
- 'functions/log/processEntry/**'
- '.github/workflows/functions-log-processEntry.yaml'
- '.github/workflows/test.yaml'
- 'functions/log/processEntry/**'
- '.github/workflows/functions-log-processEntry.yaml'
- '.github/workflows/test.yaml'
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- opened
- reopened
- synchronize
- labeled
paths:
- 'functions/log/processEntry/**'
- '.github/workflows/functions-log-processEntry.yaml'
- '.github/workflows/test.yaml'
- 'functions/log/processEntry/**'
- '.github/workflows/functions-log-processEntry.yaml'
- '.github/workflows/test.yaml'
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 0'
jobs:
test:
permissions:
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/functions-memorystore-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ name: functions-memorystore-redis
on:
push:
branches:
- main
- main
paths:
- 'functions/memorystore/redis/**'
- '.github/workflows/functions-memorystore-redis.yaml'
- '.github/workflows/test.yaml'
- 'functions/memorystore/redis/**'
- '.github/workflows/functions-memorystore-redis.yaml'
- '.github/workflows/test.yaml'
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- opened
- reopened
- synchronize
- labeled
paths:
- 'functions/memorystore/redis/**'
- '.github/workflows/functions-memorystore-redis.yaml'
- '.github/workflows/test.yaml'
- 'functions/memorystore/redis/**'
- '.github/workflows/functions-memorystore-redis.yaml'
- '.github/workflows/test.yaml'
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 0'
jobs:
test:
permissions:
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/functions-pubsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ name: functions-pubsub
on:
push:
branches:
- main
- main
paths:
- 'functions/pubsub/**'
- '.github/workflows/functions-pubsub.yaml'
- '.github/workflows/test.yaml'
- 'functions/pubsub/**'
- '.github/workflows/functions-pubsub.yaml'
- '.github/workflows/test.yaml'
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- opened
- reopened
- synchronize
- labeled
paths:
- 'functions/pubsub/**'
- '.github/workflows/functions-pubsub.yaml'
- '.github/workflows/test.yaml'
- 'functions/pubsub/**'
- '.github/workflows/functions-pubsub.yaml'
- '.github/workflows/test.yaml'
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 0'
jobs:
test:
permissions:
Expand All @@ -42,8 +42,8 @@ jobs:
strategy:
matrix:
path:
- 'functions/pubsub/publish'
- 'functions/pubsub/subscribe'
- 'functions/pubsub/publish'
- 'functions/pubsub/subscribe'
uses: ./.github/workflows/test.yaml
with:
name: 'functions-pubsub'
Expand Down
Loading

0 comments on commit c524293

Please sign in to comment.