Skip to content

Bump the all group across 1 directory with 7 updates #95

Bump the all group across 1 directory with 7 updates

Bump the all group across 1 directory with 7 updates #95

Workflow file for this run

name: Validate
on:
pull_request:
branches:
- main
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.6
- name: Install Dependencies
run: bun install
- name: Code Linting
run: bun run lint
test:
name: Testing
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.6
- name: Install Dependencies
run: bun install
- name: Testing
run: bun run test