Skip to content

update changelogs

update changelogs #122

name: Check for only allowed file changes
on:
- push
- pull_request
jobs:
check:
if: github.repository == 'orderlynetwork/documentation'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Install PNPM
uses: pnpm/action-setup@v3
with:
version: 9.0.6
- name: Install dependencies
run: yarn
- name: Test for no git diff
run: |
COREPACK_ENABLE_STRICT=0 yarn update
git diff --exit-code -- :^/sdks/tech-doc