diff --git a/.github/workflows/ansi.yml b/.github/workflows/ansi.yml index badd89ea..c358be7a 100644 --- a/.github/workflows/ansi.yml +++ b/.github/workflows/ansi.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./ansi/... + directory: ansi coverage: strategy: diff --git a/.github/workflows/cellbuf.yml b/.github/workflows/cellbuf.yml index e5d46aae..ded438b2 100644 --- a/.github/workflows/cellbuf.yml +++ b/.github/workflows/cellbuf.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./cellbuf/... + directory: cellbuf coverage: strategy: diff --git a/.github/workflows/charmtone.yml b/.github/workflows/charmtone.yml index 709a0c89..a96cfc27 100644 --- a/.github/workflows/charmtone.yml +++ b/.github/workflows/charmtone.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/charmtone/... + directory: exp/charmtone coverage: strategy: diff --git a/.github/workflows/colors.yml b/.github/workflows/colors.yml index 1b20401f..e75777b2 100644 --- a/.github/workflows/colors.yml +++ b/.github/workflows/colors.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./colors/... + directory: colors coverage: strategy: diff --git a/.github/workflows/conpty.yml b/.github/workflows/conpty.yml index 481be668..7301804b 100644 --- a/.github/workflows/conpty.yml +++ b/.github/workflows/conpty.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./conpty/... + directory: conpty coverage: strategy: diff --git a/.github/workflows/editor.yml b/.github/workflows/editor.yml index ae00cd4f..f3bd281c 100644 --- a/.github/workflows/editor.yml +++ b/.github/workflows/editor.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./editor/... + directory: editor coverage: strategy: diff --git a/.github/workflows/errors.yml b/.github/workflows/errors.yml index b16547ae..045d853c 100644 --- a/.github/workflows/errors.yml +++ b/.github/workflows/errors.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./errors/... + directory: errors coverage: strategy: diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 53fa0ed3..06a33f7a 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./examples/... + directory: examples coverage: strategy: diff --git a/.github/workflows/golden.yml b/.github/workflows/golden.yml index 242d7d92..1d1e4881 100644 --- a/.github/workflows/golden.yml +++ b/.github/workflows/golden.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/golden/... + directory: exp/golden coverage: strategy: diff --git a/.github/workflows/higherorder.yml b/.github/workflows/higherorder.yml index eaa5e340..d13f9beb 100644 --- a/.github/workflows/higherorder.yml +++ b/.github/workflows/higherorder.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/higherorder/... + directory: exp/higherorder coverage: strategy: diff --git a/.github/workflows/input.yml b/.github/workflows/input.yml index f3cd324e..819e72f2 100644 --- a/.github/workflows/input.yml +++ b/.github/workflows/input.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./input/... + directory: input coverage: strategy: diff --git a/.github/workflows/json.yml b/.github/workflows/json.yml index f6ecf1fa..b20ab413 100644 --- a/.github/workflows/json.yml +++ b/.github/workflows/json.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./json/... + directory: json coverage: strategy: diff --git a/.github/workflows/maps.yml b/.github/workflows/maps.yml index 7846b04e..9a650dd0 100644 --- a/.github/workflows/maps.yml +++ b/.github/workflows/maps.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/maps/... + directory: exp/maps coverage: strategy: diff --git a/.github/workflows/mosaic.yml b/.github/workflows/mosaic.yml index 8da6e8be..b8309f89 100644 --- a/.github/workflows/mosaic.yml +++ b/.github/workflows/mosaic.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./mosaic/... + directory: mosaic coverage: strategy: diff --git a/.github/workflows/open.yml b/.github/workflows/open.yml index 21ee28ef..6bff57c3 100644 --- a/.github/workflows/open.yml +++ b/.github/workflows/open.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/open/... + directory: exp/open coverage: strategy: diff --git a/.github/workflows/ordered.yml b/.github/workflows/ordered.yml index e25813c5..c5703fff 100644 --- a/.github/workflows/ordered.yml +++ b/.github/workflows/ordered.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/ordered/... + directory: exp/ordered coverage: strategy: diff --git a/.github/workflows/powernap.yml b/.github/workflows/powernap.yml index ff2d3ac7..b2f4bade 100644 --- a/.github/workflows/powernap.yml +++ b/.github/workflows/powernap.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./powernap/... + directory: powernap coverage: strategy: diff --git a/.github/workflows/slice.yml b/.github/workflows/slice.yml index 8c48758d..d716f875 100644 --- a/.github/workflows/slice.yml +++ b/.github/workflows/slice.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/slice/... + directory: exp/slice coverage: strategy: diff --git a/.github/workflows/sshkey.yml b/.github/workflows/sshkey.yml index 8ff1fbb9..85c885e0 100644 --- a/.github/workflows/sshkey.yml +++ b/.github/workflows/sshkey.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./sshkey/... + directory: sshkey coverage: strategy: diff --git a/.github/workflows/strings.yml b/.github/workflows/strings.yml index 0828a03a..4d2901e7 100644 --- a/.github/workflows/strings.yml +++ b/.github/workflows/strings.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/strings/... + directory: exp/strings coverage: strategy: diff --git a/.github/workflows/teatest-v2.yml b/.github/workflows/teatest-v2.yml index 1d918025..17254b5d 100644 --- a/.github/workflows/teatest-v2.yml +++ b/.github/workflows/teatest-v2.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/teatest/v2/... + directory: exp/teatest/v2 coverage: strategy: diff --git a/.github/workflows/teatest.yml b/.github/workflows/teatest.yml index 9b2bad03..3a37963c 100644 --- a/.github/workflows/teatest.yml +++ b/.github/workflows/teatest.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/teatest/... + directory: exp/teatest coverage: strategy: diff --git a/.github/workflows/term.yml b/.github/workflows/term.yml index 886f6c4b..eb8d1c98 100644 --- a/.github/workflows/term.yml +++ b/.github/workflows/term.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./term/... + directory: term coverage: strategy: diff --git a/.github/workflows/termios.yml b/.github/workflows/termios.yml index 5c9c2403..3d18d0a8 100644 --- a/.github/workflows/termios.yml +++ b/.github/workflows/termios.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./termios/... + directory: termios coverage: strategy: diff --git a/.github/workflows/toner.yml b/.github/workflows/toner.yml index d56b3ab1..82c38701 100644 --- a/.github/workflows/toner.yml +++ b/.github/workflows/toner.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./exp/toner/... + directory: exp/toner coverage: strategy: diff --git a/.github/workflows/vt.yml b/.github/workflows/vt.yml index 587be593..283a6e04 100644 --- a/.github/workflows/vt.yml +++ b/.github/workflows/vt.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./vt/... + directory: vt coverage: strategy: diff --git a/.github/workflows/wcwidth.yml b/.github/workflows/wcwidth.yml index 56e612d1..63466eba 100644 --- a/.github/workflows/wcwidth.yml +++ b/.github/workflows/wcwidth.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./wcwidth/... + directory: wcwidth coverage: strategy: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6a014740..41920274 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./windows/... + directory: windows coverage: strategy: diff --git a/.github/workflows/xpty.yml b/.github/workflows/xpty.yml index 4e0529f9..fcf531e5 100644 --- a/.github/workflows/xpty.yml +++ b/.github/workflows/xpty.yml @@ -51,7 +51,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: ./xpty/... + directory: xpty coverage: strategy: diff --git a/scripts/builds b/scripts/builds index a3a79eb2..49ff410c 100755 --- a/scripts/builds +++ b/scripts/builds @@ -65,7 +65,7 @@ jobs: lint: uses: charmbracelet/meta/.github/workflows/lint.yml@main with: - directory: $(dirname "$mod")/... + directory: $(dirname "$mod" | cut -f2- -d/) coverage: strategy: