Update format.yml

This commit is contained in:
siduck76 2021-08-27 09:16:10 +05:30 committed by GitHub
parent 828217b9da
commit 130b2bfe00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,12 @@
name: format
name: format
on:
push:
paths: '**.lua'
branches: [main, dev]
branches: "**"
pull_request:
branches:
- "main"
- "develop"
jobs:
stylua: