Skip to content

Update ci.yml

Update ci.yml #2

Workflow file for this run

name: Lint, Check Types
on: push
jobs:
check-types:
name: Lint, Check Types
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 'latest'
- name: Use Node.js
uses: actions/setup-node@v4
working-directory: guest-list-mobile

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

View workflow run for this annotation

GitHub Actions / Lint, Check Types

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 15, Col: 9): Unexpected value 'working-directory'
with:
node-version: 'lts/*'
cache: 'pnpm'
- run: pnpm install
working-directory: guest-list-mobile
- run: pnpm eslint . --max-warnings 0
working-directory: guest-list-mobile
- run: pnpm tsc
working-directory: guest-list-mobile