Skip to content

feat: Added AI labeler and pre commit #1

feat: Added AI labeler and pre commit

feat: Added AI labeler and pre commit #1

name: FuchiCorp Source Code Checks!
on:
workflow_dispatch:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
jobs:
common-actions:
uses: fuchicorp/common_actions/.github/workflows/pre-commit.yml@master

Check failure on line 13 in .github/workflows/common-pre-commit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/common-pre-commit.yml

Invalid workflow file

error parsing called workflow ".github/workflows/common-pre-commit.yml" -> "fuchicorp/common_actions/.github/workflows/pre-commit.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.