Skip to content

chore(release): bump version to 0.4.0-alpha.1 (#853) #1717

chore(release): bump version to 0.4.0-alpha.1 (#853)

chore(release): bump version to 0.4.0-alpha.1 (#853) #1717

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@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 2 # Recommended by turbo team
- name: Setup Environment
uses: ./.github/actions/setup
with:
skip-compact: "true"
- name: Format & Lint
run: yarn lint:ci