Skip to content

Update ChartJS to 4.4.6 from 3.3.2. (#822) #785

Update ChartJS to 4.4.6 from 3.3.2. (#822)

Update ChartJS to 4.4.6 from 3.3.2. (#822) #785

Workflow file for this run

name: Run Prettier
on:
push:
branches: [master]
paths:
- 'extension/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Downloads Repos for Usage
- uses: actions/checkout@v3
# Runs prettier
- name: Format with prettier
uses: creyD/[email protected]
with:
prettier_options: --config .prettierrc --write . --list-different
- name: Add & Commit
uses: EndBug/[email protected]
with:
message: Apply prettier changes.
default_author: github_actions