Skip to content

build(deps-dev): bump @tsconfig/node16 from 1.0.4 to 16.1.0 #178

build(deps-dev): bump @tsconfig/node16 from 1.0.4 to 16.1.0

build(deps-dev): bump @tsconfig/node16 from 1.0.4 to 16.1.0 #178

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [main]
paths-ignore:
- '**/*.md'
permissions:
contents: read
jobs:
pull_request:
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
working-directory: ./
run-commit-lint: true
run-build: true
pre-test-script: |
pipx install algokit
algokit localnet start
npx --yes wait-on tcp:4001 -t 30000
audit-script: |
npm run audit
check_docs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Check docs are up to date
shell: bash
run: |
npm ci --ignore-scripts
npm run generate:code-docs
# Add untracked files as empty so they come up in diff
git add -N .
# Print changed files and error out if there are changes after generating docs
git diff --exit-code --name-only