Skip to content

Bump jsdom from 25.0.1 to 26.0.0 #1130

Bump jsdom from 25.0.1 to 26.0.0

Bump jsdom from 25.0.1 to 26.0.0 #1130

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- uses: actions/setup-go@v3
- run: rake init
- run: rake build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- run: rake init
- run: rake lint
spell_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: streetsidesoftware/cspell-action@main
with:
files: "**/*.{md,rb,sh}"