Skip to content

Fix handling of synchronous exceptions thrown from executor function #28

Fix handling of synchronous exceptions thrown from executor function

Fix handling of synchronous exceptions thrown from executor function #28

name: CI - Prettier check
on:
pull_request:
branches: [master]
jobs:
prettier_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/ci-common-setup
- name: Prettier check
run: npx prettier --check "./src/**/*.{ts,js}"