Skip to content

✨ Add Fellow.app to readme (#199) #126

✨ Add Fellow.app to readme (#199)

✨ Add Fellow.app to readme (#199) #126

Workflow file for this run

# Attributions
# Prettier Action: https://github.com/marketplace/actions/prettier-action
# Github Checkout Action: https://github.com/actions/checkout
name: Linter
on:
push:
branches:
- '*'
permissions:
contents: write
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.md