Skip to content

[rmdir] fix file removal attempt results to panic #13

[rmdir] fix file removal attempt results to panic

[rmdir] fix file removal attempt results to panic #13

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup environment
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
- name: Test project
run: make test