Skip to content

[πŸš‘] Remove filer from bundle #17

[πŸš‘] Remove filer from bundle

[πŸš‘] Remove filer from bundle #17

Workflow file for this run

name: ts-standard
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ts-standard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.1.0
- name: Install dependencies
run: npm i
- name: Run ts-standard test
run: npm run test