ci too;
This commit is contained in:
parent
dcb7debff6
commit
83d3702d3e
3 changed files with 26 additions and 4 deletions
19
.github/workflows/stylua.yml
vendored
Normal file
19
.github/workflows/stylua.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: Stylua
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
stylua:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: JohnnyMorganz/stylua-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: latest
|
||||
args: --check .
|
||||
Loading…
Add table
Add a link
Reference in a new issue