Skip to content

MERGE Add backspace and command interrupting functionality (#19) #16

MERGE Add backspace and command interrupting functionality (#19)

MERGE Add backspace and command interrupting functionality (#19) #16

Workflow file for this run

name: "Stats"
on:
push:
branches: ["main"]
permissions:
contents: write
pages: write
id-token: write
jobs:
generate-con:
name: Generate CONTRIBUTORS.svg
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: mkdir -p build
- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
output: build/CONTRIBUTORS.svg
avatarSize: 42