Skip to content

Add documentation for infix operators #108

Add documentation for infix operators

Add documentation for infix operators #108

Workflow file for this run

name: Check if all links are reachable
on:
push:
branches: main
pull_request:
branches: main
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Use Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '18'
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install
run: npm ci
- name: Check links
run: npm run check:links