Skip to content

chore(release): v0.3.0-alpha (#644) #86

chore(release): v0.3.0-alpha (#644)

chore(release): v0.3.0-alpha (#644) #86

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
permissions:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 2 # Recommended by turbo team
- name: Setup Environment
uses: ./.github/actions/setup
with:
skip-compact: "true"
- name: Format & Lint
run: yarn fmt-and-lint:ci