Skip to content

Merge pull request #24 from mrugacz95/add_friction_forces #5

Merge pull request #24 from mrugacz95/add_friction_forces

Merge pull request #24 from mrugacz95/add_friction_forces #5

Workflow file for this run

name: Tests CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test using Node.js
uses: actions/setup-node@v1
with:
node-version: '20.4.0'
- run: npm install
- run: npm run lint
- run: npm run test