Skip to content

🚚 Big Move: Move all files from ai-lembic to open-nlp repository #3

🚚 Big Move: Move all files from ai-lembic to open-nlp repository

🚚 Big Move: Move all files from ai-lembic to open-nlp repository #3

Workflow file for this run

# This workflow triggers checks with pre-commit.
name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- reopened
- ready_for_review
- synchronize
jobs:
pre-commit:
name: pre-commit
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
uses: ./.github/workflows/pre-commit.yml

Check failure on line 22 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yml" -> "./.github/workflows/pre-commit.yml" : every step must define a `uses` or `run` key