Skip to content

Conversation

@barshathakuri
Copy link
Contributor

No description provided.

Comment on lines 101 to 115
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
cache-dependency-path: functions/yarn.lock

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Run ESLint
run: yarn lint

- name: Run TypeScript type check
run: yarn tsc --noEmit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We aren't using yarn. We are using pnpm.

Comment on lines +89 to +90
jobs:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The jobs key is repeated. This will most probably not work!

cache: yarn
cache-dependency-path: functions/yarn.lock

- name: Install dependencies
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add checks for build.

@barshathakuri
Copy link
Contributor Author

Closing this PR in favor of a new one with the updated changes: #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants