Skip to content

fix: error code from path_open is not correct when trying to open a non-directory as a directory #87

fix: error code from path_open is not correct when trying to open a non-directory as a directory

fix: error code from path_open is not correct when trying to open a non-directory as a directory #87

Workflow file for this run

name: Check types
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run check