Skip to content

feat: add api to close and purge dir #115

feat: add api to close and purge dir

feat: add api to close and purge dir #115

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [24, 27]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
- run: |
make