Skip to content

📦️ Update dependencies #3

📦️ Update dependencies

📦️ Update dependencies #3

Workflow file for this run

# This workflow will make sure the code is linted and valid
name: Validate
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@v4
- run: npx --yes oxlint@1.9.0 --deny-warnings # change to the latest release