Skip to content

chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 in the depende… #273

chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 in the depende…

chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 in the depende… #273

Workflow file for this run

name: PR (JS)
on:
workflow_dispatch:
merge_group:
types: [checks_requested]
push:
branches:
- main
pull_request:
paths:
- "pkg/js/**"
- "OpenFGAParser.g4"
- "OpenFGALexer.g4"
- "tests/**"
- ".github/workflows/pkg-js-pr.yaml"
- ".github/workflows/pkg-js-build.yaml"
jobs:
test:
uses: ./.github/workflows/pkg-js-build.yaml
secrets: inherit