Skip to content

updates

updates #14

Workflow file for this run

name: Linting
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install stylua
run: cargo install stylua
- name: Run linter
run: stylua -f .stylua.toml -g '*.lua' -g '!**/packer_compiled.lua' -- .