Skip to content

Commit

Permalink
ci: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Oct 4, 2023
1 parent 685b6b5 commit 3de4c6a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,14 @@ jobs:
files: luacov.report.out
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# format:
# name: Code format
# runs-on: ubuntu-latest
# steps:
# - name: Code format
# - uses: JohnnyMorganz/stylua-action@v3
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# version: latest
# args: --color always --check .
format:
name: Code format
runs-on: ubuntu-latest
steps:
- name: Code format
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --color always --check .

0 comments on commit 3de4c6a

Please sign in to comment.