Skip to content

chore(deps-dev): bump ruff from 0.4.9 to 0.8.0 #1414

chore(deps-dev): bump ruff from 0.4.9 to 0.8.0

chore(deps-dev): bump ruff from 0.4.9 to 0.8.0 #1414

Workflow file for this run

name: Generate Docs
on:
push:
pull_request:
jobs:
docs:
name: Generate Docs
runs-on: ubuntu-latest
steps:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/checkout@v3
# https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run doc generation
uses: npalm/[email protected]
- name: Commit doc changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: automated doc update"
file_pattern: README.md