Skip to content

Commit

Permalink
Fix but more?
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnightific committed Aug 9, 2024
1 parent bfd84ad commit 9dbba09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
args: --check src
continue-on-error: true

- name: Fix code style issues
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ github.token }}
version: latest
args: src

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 9dbba09

Please sign in to comment.