Skip to content

feat(limits): increase files_api_query_bytes to 2 KB (#365) #283

feat(limits): increase files_api_query_bytes to 2 KB (#365)

feat(limits): increase files_api_query_bytes to 2 KB (#365) #283

Workflow file for this run

name: Jex
on:
push:
branches:
- master
pull_request:
paths:
- 'jex/**'
workflow_dispatch: {}
defaults:
run:
working-directory: ./jex
jobs:
jex:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3.0.0
with:
version: 9.1.0
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm check:type
- run: pnpm check:format
- run: pnpm test
- name: Publish
if: github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch'
uses: botpress/gh-actions/publish-if-not-exists@master
with:
path: './jex'
token: '${{ secrets.NPM_ACCESS_TOKEN }}'