Skip to content

ci(repo): wrap footer lines at 100 characters in semantic-release config #23

ci(repo): wrap footer lines at 100 characters in semantic-release config

ci(repo): wrap footer lines at 100 characters in semantic-release config #23

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "18" # Specify a Node.js version
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Run Unit Tests
run: |
npm run test