Skip to content

🌱 Bump @biomejs/biome from 2.0.0 to 2.0.2 (#69) #174

🌱 Bump @biomejs/biome from 2.0.0 to 2.0.2 (#69)

🌱 Bump @biomejs/biome from 2.0.0 to 2.0.2 (#69) #174

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
build:
permissions:
attestations: write
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '20'
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run build
- run: pnpm run package
- name: Upload artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: scorecard
path: '*.vsix'