aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/stylua.yml
blob: 5ec9dabacd28266626a05fd0f3cf330596eb58db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Check Lua Formatting
name: Check Lua Formatting
on: pull_request_target

jobs:
  stylua-check:
    name: Stylua Check
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Code
        uses: actions/checkout@v2
        with:
          ref: ${{ github.event.pull_request.head.sha }}
      - name: Stylua Check
        uses: JohnnyMorganz/stylua-action@v3
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          version: latest
          args: --check .