Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

feat: added t3-oss validation of environment variables #24

Merged
merged 13 commits into from
Nov 15, 2023
Prev Previous commit
Next Next commit
fix: lint env infisical vars correction
vucinatim committed Nov 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 92e58e491c2ce5594c6b663b74361333081d08eb
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -14,9 +14,13 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- uses: zerodays/action-infisical@v1
with:
infisical_token: ${{ secrets.INFISICAL_TOKEN }}
environment: "staging"
- name: Lint
run: |
yarn lint
source .env && yarn tsc
typecheck:
runs-on: ubuntu-latest
steps:
@@ -27,10 +31,6 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- uses: zerodays/action-infisical@v1
with:
infisical_token: ${{ secrets.INFISICAL_TOKEN }}
environment: "staging"
- name: Typecheck
run: |
source .env && yarn tsc
yarn tsc