Skip to content

Update StyLuaGitHubAction.yml #6

Update StyLuaGitHubAction.yml

Update StyLuaGitHubAction.yml #6

name: formatter-all

Check failure on line 1 in .github/workflows/StyLuaGitHubAction.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/StyLuaGitHubAction.yml

Invalid workflow file

`stylua-check` is not a valid event name
on:
push:
branches: [ main, dev ]
pull_request:
types: [ labeled ]
stylua-check:
name: Stylua Check
runs-on: ubuntu-latest
permissions:
contents: write
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.label.name == 'format_all') }}
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3