Skip to content

fix(Commands): MacOS copy command not working (#12) #65

fix(Commands): MacOS copy command not working (#12)

fix(Commands): MacOS copy command not working (#12) #65

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
paths:
- "lua/**"
- "tests/**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Run selene
uses: NTBBloodbath/selene-action@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --display-style quiet lua/freeze-code
style-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Lint with stylua
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .