Skip to content

Fix muted tabs not clearing on tab close #8

Fix muted tabs not clearing on tab close

Fix muted tabs not clearing on tab close #8

Workflow file for this run

name: Format Javascript style
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main
paths:
- "**.js"
- "**/js_format.yml"
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.js