Skip to content

Commit

Permalink
feat: Updated .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 15, 2024
1 parent b5a74ad commit 95ee55e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on: [push]

jobs:
lint:
runs-on: ubuntu-latest
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
steps:
- uses: actions/checkout@v4
- name: Stylua
Expand Down

0 comments on commit 95ee55e

Please sign in to comment.