Skip to content

Update dependency typescript-eslint to v8.23.0 () (#1038) #2275

Update dependency typescript-eslint to v8.23.0 () (#1038)

Update dependency typescript-eslint to v8.23.0 () (#1038) #2275

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
- 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