Skip to content

Enable upstream tracking #28

Enable upstream tracking

Enable upstream tracking #28

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
---
name: Style checking
on:
pull_request: ~
push:
branches:
- main
jobs:
stylua:
name: stylua
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --color always --check lua/