schemat 0.4.9

A code formatter for Scheme, Lisp, and any S-expressions
1
2
3
4
5
6
7
8
9
10
11
12
13
name: dependabot
on: pull_request
permissions:
  contents: write
  pull-requests: write
jobs:
  merge:
    runs-on: ubuntu-latest
    if: github.actor == 'dependabot[bot]'
    steps:
      - run: gh pr merge --auto --squash ${{ github.event.pull_request.html_url }}
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}