Skip to content

fix: talk spacing

fix: talk spacing #2

Workflow file for this run

# check for code lint and test
name: Composition
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
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 i
- run: npm run lint