Skip to content

Migrate renovate config - autoclosed #71

Migrate renovate config - autoclosed

Migrate renovate config - autoclosed #71

Workflow file for this run

name: Formatter
on:
pull_request: {}
jobs:
formatting:
# This job requires the Wall Brew Bot Token, so it is only run on non-forked repositories
if: github.repository_owner == 'Wall-Brew-Co'
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v4.2.0
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.WALL_BREW_BOT_PAT }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
# Table of Contents Tool: https://github.com/thlorenz/doctoc
- name: Install Doctoc
run: npm install -g doctoc
- name: Update Markdown Files
run: doctoc sources/community/CODE_OF_CONDUCT.md README.md CHANGELOG.md sources/templates/CONTRIBUTING.md --github
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: |
[Format] Auto-formatting