taye/interact.js

View on GitHub
.github/workflows/test.yml

Summary

Maintainability
Test Coverage
on:
  pull_request:
  workflow_dispatch:
  workflow_call:

jobs:
  test:
    name: '๐Ÿงช Test'
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: ianwalter/playwright-container@43940dfa7d309fe3569b9df407ae9e84dcbf2e7f
      - name: โš™ bootstrap
        run: 'npm run bootstrap && npx _check_deps && npx _add_plugin_indexes'
      - name: ๐Ÿ“ types
        run: npx tsc -b -f
      - name: ๐Ÿ” lint
        run: npx _lint
      - name: ๐Ÿงช tests
        run: npm test