Skip to content

feat: Add c_sharp support #17

feat: Add c_sharp support

feat: Add c_sharp support #17

Workflow file for this run

---
name: Linting and style checking
on:
push:
pull_request:
jobs:
stylua:
name: StyLua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .