Skip to content

turn of semantic tokens python #12

turn of semantic tokens python

turn of semantic tokens python #12

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Lint and Format Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Luacheck
uses: lunarmodules/luacheck@v1.2.0
with:
args: .config/nvim/lua/
- name: Run Stylua
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check -v .config/nvim/