Skip to content

chore(deps): update typescript-eslint monorepo to v8.19.1 #3839

chore(deps): update typescript-eslint monorepo to v8.19.1

chore(deps): update typescript-eslint monorepo to v8.19.1 #3839

Workflow file for this run

name: CI (PR)
on:
pull_request:
concurrency: ci-${{ github.ref }}
jobs:
pr:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v4
- run: pnpm install
- run: pnpm nx format:check
- run: pnpm nx run-many -t lint
- run: pnpm nx run-many -t test
- run: pnpm nx run-many -t build
- if: "${{ !contains(github.event.pull_request.title, 'from API') && !contains(github.event.pull_request.title, 'API TS Models') }}"
run: pnpm nx run playground:build-storybook:ci
- uses: FirebaseExtended/action-hosting-deploy@v0
if: "${{ github.event.pull_request.head.repo.full_name == github.repository && !contains(github.event.pull_request.title, 'from API') && !contains(github.event.pull_request.title, 'API TS Models') }}"
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ETHLETE_SDK }}'
projectId: ethlete-sdk
target: next