Skip to content

feat: handle no-asset applications #16

feat: handle no-asset applications

feat: handle no-asset applications #16

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