Skip to content

Fix sorting of versions #13

Fix sorting of versions

Fix sorting of versions #13

Workflow file for this run

name: Auto-format
on:
push:
pull_request:
workflow_dispatch:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- uses: asdf-vm/actions/install@v2
- name: Run auto-formatter
run: scripts/format.bash
- name: Stage changes
run: git add .
- name: Commit and push
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: Auto-format code"