fix: remove incorrect working-directory from CI workflow
Some checks failed
CI / test (push) Failing after 5s

This commit is contained in:
2026-01-31 20:36:09 +00:00
parent 65096029d6
commit 85967917b5

View File

@@ -11,9 +11,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./dotenv-types
steps:
- uses: actions/checkout@v4