Skip to content

docs: document that instructions are derived from functions #22

docs: document that instructions are derived from functions

docs: document that instructions are derived from functions #22

Workflow file for this run

jobs:
release:
runs-on: ubuntu-latest
environment: release
name: Release
steps:
- name: setup repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: "21"
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: release
on:
push:
branches:
- main