Skip to content

Commit

Permalink
rename default workflow to lint-test, update stylua action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Jul 28, 2023
1 parent 91a6190 commit 0353ff5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
on: [push, pull_request]
name: default
name: lint-test

jobs:
stylua:
name: stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v1
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --color always --check lua
Expand Down

0 comments on commit 0353ff5

Please sign in to comment.