Skip to content

style: normalize technical term spacing #56

style: normalize technical term spacing

style: normalize technical term spacing #56

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '20'
cache: npm
- name: Install
run: npm ci
- name: Test
run: npm test
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- name: Build Jekyll site
run: npm run build