Skip to content

fix: add missing filter type #9

fix: add missing filter type

fix: add missing filter type #9

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, reopened, synchronize, edited, ready_for_review]
jobs:
ci:
uses: czetsuyatech/actions/.github/workflows/ci.yml@main

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" -> "czetsuyatech/actions/.github/workflows/ci.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
javaVersion: '17'
secrets:
githubToken: ${{ secrets.GH_PKG_TOKEN }}