Skip to content

Bump ruff from 0.5.0 to 0.6.2 #53

Bump ruff from 0.5.0 to 0.6.2

Bump ruff from 0.5.0 to 0.6.2 #53

Workflow file for this run

name: JavaScript CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
NODE_VERSION: 18.x
jobs:
javascript-ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Use Node ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/checkout@v4
- run: yarn install
working-directory: docsite
name: Install Dependencies
- run: yarn build
working-directory: docsite
name: Build Docsite