Skip to content

feat(uv): add uv as a pip alternative for dealing with pypi #2568

feat(uv): add uv as a pip alternative for dealing with pypi

feat(uv): add uv as a pip alternative for dealing with pypi #2568

Workflow file for this run

name: Stylua check
on:
push:
branches:
- "main"
pull_request:
jobs:
stylua:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Stylua check
uses: JohnnyMorganz/[email protected]
with:
# token is needed because the action allegedly downloads binary from github releases
token: ${{ secrets.GITHUB_TOKEN }}
# CLI arguments
args: --check .
version: 0.20.0