Skip to content

Revert "fix(vapordex): add support for v2 aggregator DEV-723" #36

Revert "fix(vapordex): add support for v2 aggregator DEV-723"

Revert "fix(vapordex): add support for v2 aggregator DEV-723" #36

Workflow file for this run

name: Continuous Integration
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18]
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Codegen
run: pnpm codegen
- name: Typecheck
run: pnpm typecheck
- name: Lint
run: pnpm lint