Skip to content

docs: 📝 fix typo #19

docs: 📝 fix typo

docs: 📝 fix typo #19

Workflow file for this run

on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install fonttools
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@arma-events'
- run: npm ci
- run: npm run build