Skip to content

Add dy function to copy the pwd. #133

Add dy function to copy the pwd.

Add dy function to copy the pwd. #133

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
shell-and-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install mise
uses: jdx/mise-action@v2
with:
install: true
cache: true
- name: Install toolchain from mise
run: mise install
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y bats zsh
- name: Run shell lint and tests
run: mise exec -- just ci