Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/client/multi-6bc014718a #56

Merge branch 'main' into dependabot/npm_and_yarn/client/multi-6bc014718a

Merge branch 'main' into dependabot/npm_and_yarn/client/multi-6bc014718a #56

Workflow file for this run

name: lint
# Controls when the action will run.
on:
# Triggers the workflow on push events.
push:
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
jobs:
prettier:
# The type of runner that the job will run on.
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can
# access it.
- uses: actions/checkout@v3
- name: Format with Prettier
uses: creyD/[email protected]
with:
commit_message: Format code with Prettier