Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit 0353ff5

Browse files
committed
rename default workflow to lint-test, update stylua action version
1 parent 91a6190 commit 0353ff5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
on: [push, pull_request]
3-
name: default
3+
name: lint-test
44

55
jobs:
66
stylua:
77
name: stylua
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: JohnnyMorganz/stylua-action@v1
11+
- uses: JohnnyMorganz/stylua-action@v3
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
args: --color always --check lua

0 commit comments

Comments
 (0)