Skip to content

Bump @codemirror/commands from 6.6.1 to 6.7.1 #399

Bump @codemirror/commands from 6.6.1 to 6.7.1

Bump @codemirror/commands from 6.6.1 to 6.7.1 #399

name: Build PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply changes from build