Skip to content

Commit

Permalink
Merge branch 'main' of github.com:umd-mith/mith-static
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Jul 31, 2024
2 parents 6006279 + a4a665f commit 251f90f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Typescript Checks
on:
pull_request:
branches: [main]
workflow_dispatch:
workflow_call:
secrets:
AIRTABLE_TOKEN:
required: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

typescript-check:
uses: ./.github/workflows/run-typescript.yml
secrets:
AIRTABLE_TOKEN: ${{ secrets.AIRTABLE_TOKEN }}

build:
needs: [test, typescript-check]
Expand Down

0 comments on commit 251f90f

Please sign in to comment.