Skip to content

Merge pull request #13 from rohberg/dependabot/npm_and_yarn/acceptanc… #47

Merge pull request #13 from rohberg/dependabot/npm_and_yarn/acceptanc…

Merge pull request #13 from rohberg/dependabot/npm_and_yarn/acceptanc… #47

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
python-version: [3.8]
steps:
- name: Main checkout
uses: actions/checkout@v3
- name: Linting
run: make test-ci