Skip to content

Merge pull request #10 from FredBill1/main #18

Merge pull request #10 from FredBill1/main

Merge pull request #10 from FredBill1/main #18

Workflow file for this run

name: Prettify
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
prettify:
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
fail-fast: true
steps:
- name: Checking out
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Inclusiveness Analyze
uses: microsoft/InclusivenessAnalyzer@v1.0.1
continue-on-error: true
- name: Prettify markdown
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.{yml,md}
commit_message: "Automatically Prettified Markdown"