Skip to content

Remove ConfigCat and Amplitude integrations #334

Remove ConfigCat and Amplitude integrations

Remove ConfigCat and Amplitude integrations #334

Workflow file for this run

name: Review
on:
push:
branches:
- main
pull_request:
concurrency:
group: review-${{github.ref}}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Node Environment ⬢
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install 🔧
run: npm install
- name: Lint 🙈
run: npm run prettier && npm run lint