Skip to content

Merge pull request #23 from tomkarw/fix-clippy-warnings #45

Merge pull request #23 from tomkarw/fix-clippy-warnings

Merge pull request #23 from tomkarw/fix-clippy-warnings #45

Workflow file for this run

name: prettier
# source: https://github.com/marketplace/actions/prettier-action
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.md