Skip to content

fix: migration angular 17 #72

fix: migration angular 17

fix: migration angular 17 #72

Workflow file for this run

name: Format
on: push
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Check lint
run: |
npm ci --force
npm run format:check