Skip to content

fix: the github stylua action needs github token #2

fix: the github stylua action needs github token

fix: the github stylua action needs github token #2

Workflow file for this run

name: Style checking
on: [push, pull_request]
jobs:
stylua:
name: stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --color always --check lua/