mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
19 lines
386 B
YAML
19 lines
386 B
YAML
on:
|
|
pull_request:
|
|
paths: scripts/**.ts
|
|
|
|
jobs:
|
|
typecheck:
|
|
runs-on: ubuntu-latest
|
|
env:
|
|
TEA_SECRET: ${{ secrets.TEA_SECRET }}
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
# disabled until live because private repos are tedious
|
|
# - uses: teaxyz/setup@v0
|
|
# with:
|
|
# target: typecheck
|
|
# env:
|
|
# GITHUB_TOKEN: ${{ github.token }}
|