Skip to content

Update creating dir #205

Update creating dir

Update creating dir #205

Workflow file for this run

name: ci
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: ">=1.18"
cache: true
- run: make test