Skip to content

post: angular unit testing with spectator #180

post: angular unit testing with spectator

post: angular unit testing with spectator #180

Workflow file for this run

name: Linting
on: [push]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Vale
uses: errata-ai/[email protected]
with:
onlyAnnotateModifiedLines: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}