Skip to content

Dds 1691 -- New API endpoint to extend the deadline: ProjectStatus.patch #5235

Dds 1691 -- New API endpoint to extend the deadline: ProjectStatus.patch

Dds 1691 -- New API endpoint to extend the deadline: ProjectStatus.patch #5235

Workflow file for this run

# Prettier: Format code.
# Prettier is a code formatter. We mostly use it for the markdown files.
# https://prettier.io/
---
name: Prettier
on: [push, pull_request]
jobs:
Prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install Prettier
run: npm install -g prettier
- name: Run Prettier --check
run: prettier --check ${GITHUB_WORKSPACE}