Skip to content

chore(deps): update dependency @kong/eslint-config-kong-ui to ^1.1.2 #275

chore(deps): update dependency @kong/eslint-config-kong-ui to ^1.1.2

chore(deps): update dependency @kong/eslint-config-kong-ui to ^1.1.2 #275

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test:
name: Lint, Build, and Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup PNPM with Dependencies
uses: ./.github/actions/setup-pnpm-with-dependencies/
with:
force-install: true
- name: Build
run: pnpm build
- name: Test
run: pnpm test