Skip to content

do not pass default branch and repo name to coana CLI (#723) #3895

do not pass default branch and repo name to coana CLI (#723)

do not pass default branch and repo name to coana CLI (#723) #3895

Workflow file for this run

name: Type Checks
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
permissions:
contents: read
jobs:
type-check:
uses: SocketDev/workflows/.github/workflows/type-check.yml@master

Check failure on line 18 in .github/workflows/types.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/types.yml

Invalid workflow file

error parsing called workflow ".github/workflows/types.yml" -> "SocketDev/workflows/.github/workflows/type-check.yml@master" : failed to fetch workflow: workflow was not found.
with:
no-lockfile: true
ts-versions: '5.9'
ts-libs: 'esnext'