Skip to content

Grant write permission #4

Grant write permission

Grant write permission #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
fail-fast: false
steps:
- name: Checking out
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Tree README
uses: RavelloH/[email protected]
with:
showsize: "no"
- name: Prettify markdown
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{yml,md}
commit_message: "Automatically Prettified Markdown"