Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.11.0 to… #140

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.11.0 to…

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.11.0 to… #140

Workflow file for this run

name: CI
permissions:
contents: write
pull-requests: write
on:
push:
branches:
- main
jobs:
update-keybindings:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up node.js
uses: actions/setup-node@v4
- name: Restore dependencies
run: npm ci
- name: Generate keybindings
run: npm run write-keybindings
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
title: "docs: update keybindings"
commit-message: "docs: update keybindings"
body: "Opened by [keybindings.yml](https://github.com/MarcoIeni/glimpse/blob/main/.github/workflows/keybindings.yml) GitHub Action"
token: ${{ secrets.GLIMPSE_RELEASE_PLEASE }}