pantry/.github/workflows/ci-scripts.yml

18 lines
351 B
YAML
Raw Normal View History

2023-01-07 01:50:26 +03:00
name: ci-scripts
2022-09-08 23:40:35 +03:00
on:
pull_request:
paths:
- scripts/**.ts
- import-map.json
2022-09-08 23:40:35 +03:00
jobs:
typecheck:
runs-on: ubuntu-latest
env:
TEA_SECRET: ${{ secrets.TEA_SECRET }}
steps:
- uses: actions/checkout@v3
- uses: teaxyz/setup@v0
- run: tea deno check --unstable --import-map=import-map.json scripts/*.ts