Skip to content

fix: talk spacing

fix: talk spacing #3

Workflow file for this run

name: Code Quality and Testing
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint_build_test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- run: npm ci
- name: Lint
run: npm run lint