Skip to content

chore(deps-dev): bump semantic-release from 23.0.0 to 23.0.1 (#11) #24

chore(deps-dev): bump semantic-release from 23.0.0 to 23.0.1 (#11)

chore(deps-dev): bump semantic-release from 23.0.0 to 23.0.1 (#11) #24

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