Skip to content

feat: linear ticket checker #3

feat: linear ticket checker

feat: linear ticket checker #3

Workflow file for this run

name: linear ticket check
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
check:
runs-on: ubuntu-latest
env:
LINEAR_API_KEY: ${{ secrets.LINEAR_API_KEY }}
steps:
- uses: actions/checkout@v4
with:

Check failure on line 18 in .github/workflows/linear-check.yml

View workflow run for this annotation

GitHub Actions / linear ticket check

Invalid workflow file

The workflow is not valid. .github/workflows/linear-check.yml (Line: 18, Col: 14): Unexpected value '' .github/workflows/linear-check.yml (Line: 19, Col: 9): Unexpected value 'fetch-depth'
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: tools/linear-checker/package-lock.json
- name: Check comment issues
working-directory: tools/linear-checker
run: npm install && npm run check