Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 #7

Bump js-yaml from 4.1.0 to 4.1.1

Bump js-yaml from 4.1.0 to 4.1.1 #7

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