Skip to content

Update dependency @biomejs/biome to v2.3.8 () (#1288) #2883

Update dependency @biomejs/biome to v2.3.8 () (#1288)

Update dependency @biomejs/biome to v2.3.8 () (#1288) #2883

Workflow file for this run

name: hello-world
on:
pull_request:
paths:
- hello-world/**
- '**/*.json'
- pnpm-*
- .github/workflows/hello-world.yaml
push:
branches:
- main
paths:
- hello-world/**
- '**/*.json'
- pnpm-*
- .github/workflows/hello-world.yaml
defaults:
run:
working-directory: hello-world
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: .node-version
package-manager-cache: false
- run: npm install -g pnpm@latest-10
- run: pnpm i
- run: pnpm test
- run: pnpm build
- name: Run hello-world
uses: ./hello-world
with:
name: foo