Skip to content

chore(deps): bump nvim-neorocks/luarocks-tag-release from 6 to 7 #509

chore(deps): bump nvim-neorocks/luarocks-tag-release from 6 to 7

chore(deps): bump nvim-neorocks/luarocks-tag-release from 6 to 7 #509

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Style checking
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-22.04
name: prettier
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
- uses: actions/[email protected]
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run prettier
stylua:
name: stylua
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --color always --check lua/