Skip to content

further tweak to check if in okta function #10724

further tweak to check if in okta function

further tweak to check if in okta function #10724

Workflow file for this run

name: DCR prettier 💅
on:
push:
paths-ignore:
- 'apps-rendering/**'
jobs:
lint:
name: DCR Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- name: Prettier check
run: yarn prettier:check
working-directory: dotcom-rendering