Skip to content

fix: node_modules only contains dotfiles #5

fix: node_modules only contains dotfiles

fix: node_modules only contains dotfiles #5

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run tests
run: |
for tst in test/*; do $tst; done