Skip to content

feat: Initial commit #1

feat: Initial commit

feat: Initial commit #1

Workflow file for this run

name: Dotfiles
on:
push:
branches:
- main
jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Run readme-index.py
run: python .github/readme-details.py --action
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
add: "."
message: "docs: auto-update README"