Skip to content

fix: remove hardcoded test-artifacts, and rename compact pkg #4

fix: remove hardcoded test-artifacts, and rename compact pkg

fix: remove hardcoded test-artifacts, and rename compact pkg #4

Workflow file for this run

name: Format and Lint
env:
TURBO_TELEMETRY_DISABLED: 1
on:
pull_request:
push:
branches:
- main
jobs:
checks:
name: Run Checks
runs-on: ubuntu-24.04
env:
COMPACT_INSTALLER_URL: ${{ vars.COMPACT_INSTALLER_URL }}
steps:
- name: Check out code
uses: actions/checkout@v5
with:
fetch-depth: 2 # Recommended by turbo team
- name: Setup Environment
uses: ./.github/actions/setup
- name: Format & Lint
run: yarn fmt-and-lint:ci
- name: Run type checks
run: yarn types