Skip to content

Update dependency eslint-plugin-jsonc to v2.21.1 #390

Update dependency eslint-plugin-jsonc to v2.21.1

Update dependency eslint-plugin-jsonc to v2.21.1 #390

name: build-and-test
on:
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
push:
branches:
- main
jobs:
check-dist:
name: "check-dist matches source"
uses: cloudposse/.github/.github/workflows/shared-ci-typescript-app-check-dist.yml@main
with:
node-version: 24.x
unit-test:
name: "unit tests"
runs-on: ubuntu-latest
needs: check-dist
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: yarn
- name: install dependencies
run: yarn add ci
- name: run unit tests
run: yarn test