fabasoad/nsfw-detection-action

View on GitHub
.github/workflows/unit-tests.yml

Summary

Maintainability
Test Coverage
---
name: Unit Tests

on:
  pull_request: {}
  push:
    branches:
      - main

jobs:
  jest:
    name: Jest
    uses: fabasoad/reusable-workflows/.github/workflows/wf-js-unit-tests.yml@main
    secrets:
      code-climate-test-reporter-id: "${{ secrets.CC_TEST_REPORTER_ID }}"