Skip to content

ci: rename markdown ro remark #431

ci: rename markdown ro remark

ci: rename markdown ro remark #431

Workflow file for this run

name: Prettier
on:
workflow_run:
workflows:
- CodeQL
types:
- completed
pull_request:
branches:
- main
push:
branches:
- main
jobs:
prettier:
name: Prettier
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set Up BunJS
uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun i
- name: Lint
run: bun lint:formatting