Skip to content

Bump glob from 10.4.5 to 10.5.0 #8

Bump glob from 10.4.5 to 10.5.0

Bump glob from 10.4.5 to 10.5.0 #8

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