Skip to content

Commit

Permalink
ci(lint): changes lint confif
Browse files Browse the repository at this point in the history
Signed-off-by: André Kotake <[email protected]>
  • Loading branch information
andre-kotake committed Nov 9, 2024
1 parent 94659e2 commit f3dd9e1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
---
name: lint

on:
[push]
on: [push]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Stylua
uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
token: ${{ secrets.GH_TOKEN }}
args: --check .

0 comments on commit f3dd9e1

Please sign in to comment.