diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 15ee647..f8e0cec 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/checkout@v3 - uses: oven-sh/setup-bun@v1 - run: bun install - - run: bun lint \ No newline at end of file + - run: SKIP_ENV_VALIDATION=1 bun lint \ No newline at end of file