Skip to content

chore: pin GH actions and remove release workflows #1

chore: pin GH actions and remove release workflows

chore: pin GH actions and remove release workflows #1

name: test-deploy-docs

Check failure on line 1 in .github/workflows/test-deploy-docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-deploy-docs.yml

Invalid workflow file

(Line: 13, Col: 5): A sequence was not expected
on:
pull_request:
branches: [main]
paths:
- "docs/**"
- "packages/react-native-avoid-softinput/**"
- ".github/workflows/test-deploy-docs.yml"
jobs:
prepare-test-docs:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
with:
fetch-depth: 0
- name: Setup JS
uses: ./.github/actions/setup-js
with:
enable-cache: false
- name: Install Docs npm packages
run: yarn docs/ install --immutable
- name: Build Docs artifacts
run: yarn docs/ build