xref: /plugin/geophp/.github/workflows/autoFix.yml (revision 9810e469408c76592c0e9d67127d10caf24f0f98)
1name: AutoFix
2
3on:
4  workflow_dispatch:
5  push:
6    branches:
7      - master
8
9jobs:
10  release:
11    name: AutoFix
12    uses: mprins/.github/.github/workflows/autoFix.yml@main
13