Skip to content

fix: mkdir parents when creating a storage file #3

fix: mkdir parents when creating a storage file

fix: mkdir parents when creating a storage file #3

Workflow file for this run

name: Tests
on:
pull_request: ~
push:
branches:
- main
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
neovim_version: ["nightly", "stable", "v0.9.5"]
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: nvim-neorocks/nvim-busted-action@v1
with:
nvim_version: ${{ matrix.neovim_version }}