toml-query 0.11.0

Library to work with toml::Value objects more conveniently
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Block Fixup commits

on:
  pull_request:

jobs:
  block-fixup:
    name: block fixup commits
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: 13rac1/block-fixup-merge-action@v2.0.0