Skip to content

Commit

Permalink
[publish build] add build check action
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-diamond committed Aug 14, 2024
1 parent 170be4f commit b6830fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check SDK types
name: Check build and types

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import graphql from '../../../../../../graphql'
import { apiUrls, validateArgs } from '../../../../../../utils'


type UploadMetadataInput = {
export type UploadMetadataInput = {
image?: string
displayName?: string
description?: string
Expand Down

0 comments on commit b6830fa

Please sign in to comment.