Skip to content

added more greetings part 2 #1360

added more greetings part 2

added more greetings part 2 #1360

Workflow file for this run

name: Lint
on:
push:
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2 # Setup bun
with:
bun-version: latest
- run: bun install
- name: Check TypeScript
run: bunx tsc
- name: Run ESLint
run: bun lint