Skip to content

fix: CI lint

fix: CI lint #49

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
env:

Check failure on line 11 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
DATABASE_URL: "https://fake.com"
CLOUDINARY_CLOUD_NAME: "fake_env",
CLOUDINARY_API_KEY: "fake_env",
CLOUDINARY_API_SECRET: "fake_env",
CLOUDINARY_CLOUD_PRESET: "fake_env",
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint
- name: Print Environment Variable
run: echo $MY_ENV_VAR