Skip to content

feat: detect url status #1

feat: detect url status

feat: detect url status #1

Workflow file for this run

name: Test TS
on:
push:
branches: [ "main" ]
paths:
- ts/**
- proto/**
pull_request:
branches: [ "main" ]
paths:
- ts/**
- proto/**
workflow_dispatch:
jobs:
- name: Test TS

Check failure on line 17 in .github/workflows/test-ts.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-ts.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/workflows/template/setup-ts-template.yaml
- name: Test
run: make proto test-ts