Skip to content

chore(deps-dev): bump semantic-release from 24.2.0 to 24.2.1 (#57) #119

chore(deps-dev): bump semantic-release from 24.2.0 to 24.2.1 (#57)

chore(deps-dev): bump semantic-release from 24.2.0 to 24.2.1 (#57) #119

Workflow file for this run

name: Test branch
on: push
concurrency:
group:
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Check for uncommitted Prettier changes
run: npm run prettier:ci