Skip to content

ci(llscheck): "simplify git repository cloning" logic #158

ci(llscheck): "simplify git repository cloning" logic

ci(llscheck): "simplify git repository cloning" logic #158

Workflow file for this run

name: StyLua
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
stylua:
name: StyLua
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# TODO: Change this once an outcome for this PR is done
#
# Reference: https://github.com/JohnnyMorganz/stylua-action/pull/58
#
- name: Install StyLua
uses: ColinKennedy/stylua-action@remove_exec_test
with:
version: latest
token: ${{ secrets.GITHUB_TOKEN }}
args: false
- name: Run StyLua
run: |
make check-stylua