Skip to content

refactor(messenger-feed): remove inline padding #3311

refactor(messenger-feed): remove inline padding

refactor(messenger-feed): remove inline padding #3311

Workflow file for this run

name: run-typecheck
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
run-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Common Setup
uses: ./.github/actions/common
- run: echo '//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}' >> .npmrc
- run: npm install --legacy-peer-deps
- name: Build project
run: npx tsc