Skip to content

remove accidental import #128

remove accidental import

remove accidental import #128

Workflow file for this run

name: CI
on: [push, pull_request]
env:
DATABASE_URL: "https://fake.com"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install -g pnpm && pnpm install
- name: Typecheck
run: pnpm typecheck
- name: Lint
run: pnpm lint
- name: Print Environment Variable
run: echo $MY_ENV_VAR