xref: /plugin/description/.github/workflows/autoFix.yml (revision ab9621a8fb1013390a63f541aa535baaaab10a16)
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