mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
* Move fern workflows to root workflows folder * Only run fern actions when docu has changed
21 lines
No EOL
349 B
YAML
21 lines
No EOL
349 B
YAML
name: fern check
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- "fern/**"
|
|
|
|
jobs:
|
|
fern-check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout repo
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Install Fern
|
|
run: npm install -g fern-api
|
|
|
|
- name: Check Fern API is valid
|
|
run: fern check |