Skip to content

eslint updates

eslint updates #2

Workflow file for this run

name: CI Pipeline - Pull Requests
permissions:
checks: write
contents: read
on:
workflow_dispatch:
pull_request:
branches:
- main
- master
jobs:
pr-pipeline:
name: "PR Pipeline"
uses: brandwatch/bw-workflow-actions/.github/workflows/node-pull-request.yaml@production

Check failure on line 17 in .github/workflows/pr-pipeline.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-pipeline.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-pipeline.yaml" -> "brandwatch/bw-workflow-actions/.github/workflows/node-pull-request.yaml@production" : 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
package-manager: npm
linter: true
test: true
secrets: inherit