Skip to content

feat: add api to close and purge dir #117

feat: add api to close and purge dir

feat: add api to close and purge dir #117

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
otp:
- '24'
- '25'
steps:
- name: Checkout
uses: actions/checkout@v4
# Install Erlang
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1
with:
version-type: strict
otp-version: ${{matrix.otp}}
rebar3-version: '3.17.0'
- run: |
make