Skip to content

fix: add ActivatedRoute to spec tests #50

fix: add ActivatedRoute to spec tests

fix: add ActivatedRoute to spec tests #50

Workflow file for this run

name: Formatter
on:
pull_request:
branches:
- develop
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: npm install
- name: Format code
run: npx nx format:write --all