Skip to content

🔨 Reformat chart components #15

🔨 Reformat chart components

🔨 Reformat chart components #15

Workflow file for this run

# This workflow will make sure the code is linted and valid
name: Validate
permissions:
contents: read
on:
push:
branches:
- '**'
- '!main'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
oxlint:
name: Lint JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: npx --yes oxlint@1.9.0 --deny-warnings # change to the latest release