Skip to content

feat: add filepath package with dir() function #1

feat: add filepath package with dir() function

feat: add filepath package with dir() function #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: nicknovitski/nix-develop@v1
- run: kcl test ./...