Skip to content

chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.0 #29

chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.0

chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.0 #29

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