Skip to content

chore(deps): bump fast-glob from 3.3.2 to 3.3.3 #71

chore(deps): bump fast-glob from 3.3.2 to 3.3.3

chore(deps): bump fast-glob from 3.3.2 to 3.3.3 #71

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- run: npm run typecheck
- run: npm test
- run: npm run lint
- if: github.event_name == 'pull_request'
uses: actions/github-script@v7
with:
script: |
const body = `CI passed ✅

Check failure on line 29 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 29
- Run: ${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`;
github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
body
});