Skip to content

Ci/setup cursorvers

Ci/setup cursorvers #8

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request: {}
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: cursorvers/cursor-macmini-workflows/.github/workflows/cursor-ci.yml@v1

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "cursorvers/cursor-macmini-workflows/.github/workflows/cursor-ci.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
node-version: '20'
run-tests: 'npm test --if-present'
run-build: 'npm run build --if-present'
working-directory: '.'
secrets:
CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }} # Cursor CLI使用時のみ