Skip to content

try fix ci

try fix ci #122

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
name: Typecheck and Build Nuxt App
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install depenencies
run: pnpm install
- name: Typecheck
run: pnpm nuxt typecheck
- name: Build
run: pnpm nuxt build
with:

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 33, Col: 9): Unexpected value 'with'
OPENSUBTITLES_KEY: ${{ secrets.OPENSUBTITLES_KEY }}
OPENSUBTITLES_USERNAME: ${{ secrets.OPENSUBTITLES_USERNAME }}
OPENSUBTITLES_PASSWORD: ${{ secrets.OPENSUBTITLES_PASSWORD }}
PGPASSWORD: ${{ secrets.PGPASSWORD }}